Example #1
0
 /**
  * Bootstrap the application.
  */
 public static function bootstrap()
 {
     static::$instance = new static();
     static::$instance->executeCommand();
 }