/** * Bootstrap the application services. * * @return void */ public function boot() { User::observe(new UserObserver()); User::observe(new UserAuditObserver()); }