php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -7,7 +7,7 @@ use App\View\ViewController;
|
|||
use App\Text\TextController;
|
||||
use App\Node\NodeController;
|
||||
|
||||
$container = require __DIR__.'/container.php';
|
||||
$container = require __DIR__ . '/container.php';
|
||||
$app = Bridge::create($container);
|
||||
|
||||
// change first param to false for production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue