コード例 #1
0
ファイル: Model.php プロジェクト: jeandrocouto/warmupdelivery
 /**
  * Clear the list of booted models so they will be re-booted.
  *
  * @return void
  */
 public static function clearBootedModels()
 {
     static::$booted = [];
     static::$globalScopes = [];
 }
コード例 #2
0
ファイル: compiled.php プロジェクト: babanb/seathero_newui
 public static function clearBootedModels()
 {
     static::$booted = array();
     static::$globalScopes = array();
 }