/** * boot * observing model * */ public static function boot() { parent::boot(); Admin::observe(new UserObserver()); }