Apparently using an observer on the model will also fix the problem. The observer saving function will fire whether or not there is a model instance in Session. Yet this is just another workaround.
Order::observe(new OrderObserver);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community