Initial commit
This commit is contained in:
9
bin/bootstrap.php
Normal file
9
bin/bootstrap.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
require_once __DIR__."/systemtest.php";
|
||||
|
||||
use NoccyLabs\Hotfix\HotfixApplication;
|
||||
|
||||
$app = new HotfixApplication();
|
||||
$app->run();
|
Reference in New Issue
Block a user