/**
* Array of our custom model events declared under model property $observables
* @var array
*/
protected $observables = [
'customUpdate',
]; public function customSave()
{
$this->fireModelEvent('customUpdate', false);
$this->save();
}public function customUpdate(Model $model)
Sign up for our newsletter to stay up to date.
We care about the protection of your data. Read our Privacy Policy.
Schopenhauerstr. 71
80807 München
max@42coders.com
+49 (0)176 / 724 306 82
© 2025 42coders All rights reserved.