コード例 #1
0
ファイル: Application.php プロジェクト: pugphp/framework
 /**
  * Bootstrap the application.
  */
 public static function bootstrap()
 {
     static::$instance = new static();
     static::$instance->executeCommand();
 }