Example #1
0
 /**
  * Boot
  */
 public static function boot()
 {
     parent::boot();
     // self::created(function () {
     //     Cache::tags('User')->flush();
     // });
     // self::updated(function () {
     //     Cache::tags('User')->flush();
     // });
     // self::deleted(function () {
     //     Cache::tags('User')->flush();
     // });
 }