Adds public directory and index.php
ogdhcp/pipeline/tag There was a failure building this commit
Details
ogdhcp/pipeline/tag There was a failure building this commit
Details
parent
f07f27bbb8
commit
6d952b7246
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
|
||||
|
||||
return function (array $context) {
|
||||
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
|
||||
};
|
Loading…
Reference in New Issue