mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Created EntityManagerFactory
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
use Interop\Container\ContainerInterface;
|
||||
use Zend\Expressive\Application;
|
||||
|
||||
/** @var ContainerInterface $container */
|
||||
$container = include __DIR__ . '/../config/container.php';
|
||||
/** @var Application $app */
|
||||
$app = include __DIR__ . '/../config/app.php';
|
||||
$app = $container->get(Application::class);
|
||||
$app->run();
|
||||
|
||||
Reference in New Issue
Block a user