コード例 #1
0
ファイル: User.php プロジェクト: distilleries/expendable
 public static function boot()
 {
     parent::boot();
     self::observe(new \Distilleries\Expendable\Observers\PasswordObserver());
 }