pluginObserver('observer.dispatch', $model, 'saved'); } public function created(Model $model) { $this->pluginObserver('observer.dispatch', $model, 'created'); } public function deleted(Model $model) { $this->pluginObserver('observer.dispatch', $model, 'deleted'); } }