Just to follow up on this, the problem itself isn't actually coming from $this->contract->save();
as when this alone is used the command runs fine, but when used together with $this->contract->active = 1;
this is when the Segmentation Fault occurs.
I have changed my implementation to DB::table()->where()->update()
anyway and this now works but if anybody has any ideas around the problem please follow up here.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community