Commit 086ca36e authored by nic's avatar nic
Browse files

fix: fix dir

parent 2256b1c7
1 merge request!1Первая версия API
Showing with 1 addition and 4 deletions
+1 -4
......@@ -8,10 +8,7 @@ use Symplify\EasyCodingStandard\Config\ECSConfig;
return ECSConfig::configure()
->withPaths([
__DIR__ . '/../config',
__DIR__ . '/../fixer',
__DIR__ . '/../generated',
__DIR__ . '/../public',
__DIR__ . '/../src',
])
......
public/index.php 100644 → 100755
......@@ -7,7 +7,7 @@ require_once '../vendor/autoload.php';
require_once '../generated/bootstrap.php';
$request = Request::createFromGlobals();
$kernel = Kaa\Generated\DependencyInjection\Container::get(HttpKernel::class, HttpKernel::class);
$kernel = \Kaa\Generated\DependencyInjection\Container::get(HttpKernel::class, HttpKernel::class);
$response = $kernel->handle($request);
$response->send();
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment