web/index_dev.php line 7

Open in your IDE?
  1. <?php
  2. use Symfony\Component\ErrorHandler\Debug;
  3. use Symfony\Component\HttpFoundation\Request;
  4. require __DIR__.'/../src/userfunctions.php';
  5. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  6. return function (array $context) {
  7.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  8. };