This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
AlexeiKo
Hey, i'm trying to make simple thing : public function afterSave(){ $this->name = 'aaaa'; $this->save(); }
and getting error 500. apache log : PHP Fatal error: Maximum function nesting level of '1000' reached, aborting! in /Applications/MAMP/htdocs/anshlag/vendor/laravel/framework/src/Illuminate/Database/Grammar.php on line 109
But it updates the name. Whats wrong?
Thanks
1-2 of 2