コード例 #1
0
 public function app()
 {
     return App::getInstance();
 }
コード例 #2
0
ファイル: index.php プロジェクト: albankora/battleship
<?php

include __DIR__ . '/../vendor/autoload.php';
include __DIR__ . '/../configs/app.php';
include __DIR__ . '/../configs/dependencies.php';
include __DIR__ . '/../configs/routes.php';
$app = \Core\App::getInstance();
$app->run();