php-hotfix/bin/bootstrap.php
Christopher Vagnetoft c378d62ccb Initial commit
2016-04-19 15:54:03 +02:00

10 lines
182 B
PHP

<?php
require_once __DIR__."/../vendor/autoload.php";
require_once __DIR__."/systemtest.php";
use NoccyLabs\Hotfix\HotfixApplication;
$app = new HotfixApplication();
$app->run();