コード例 #1
0
ファイル: LoadSchema.php プロジェクト: joshreisner/avalon
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     \ObjectController::loadSchema();
 }