コード例 #1
0
ファイル: Collection.php プロジェクト: CFLOVEYR/hook
 public static function boot()
 {
     parent::boot();
     if (!static::$observers) {
         static::$observers = array();
     }
     if (!static::$booted) {
         static::$booted = array();
     }
 }
コード例 #2
0
ファイル: PushMessage.php プロジェクト: CFLOVEYR/hook
 public static function boot()
 {
     parent::boot();
     static::registerDefaultEvents();
 }