Skip to content

Commit

Permalink
Удаление ненужного
Browse files Browse the repository at this point in the history
  • Loading branch information
ProklUng committed Aug 20, 2021
1 parent 05a8a62 commit 70e65a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/DI/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function __construct()
*/
public function initContainer() : void
{
static::$container->setParameter('kernel.debug', $_ENV['DEBUG'] ?? true);
$loader = new YamlFileLoader(static::$container, new FileLocator(__DIR__ . '/../../configs'));
$loader->load('services.yml');

Expand Down

0 comments on commit 70e65a1

Please sign in to comment.