Example #1
0
 /**
  * Начинает работу приложения
  */
 public static function start()
 {
     static::instance();
     Router::startWorking();
 }