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