Skip to content

Commit

Permalink
edit js compiled
Browse files Browse the repository at this point in the history
removed index_dev.php reference from composer and add some lines in mautic-setup.sh to change configurations of environment file

fix mautic-setup.sh

remove part url with index_dev.php

remove index_dev.php from scafford folder

remove dev comments
remove reference in htaccess root and scaffold folder
copy index.php from root to scaffold folder

It was created  parameter environment handler in Core Bundle

Remove dump and add comments
  • Loading branch information
lenonleite committed Apr 13, 2023
1 parent 394d565 commit 8fe0fee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Symfony\Component\HttpFoundation\Request;

$config = (new EnvironmentHandler())->getEnvParameters();

ErrorHandler::register($config['ENV']);

$kernel = (new MiddlewareBuilder(new AppKernel($config['ENV'], $config['DEBUG'])))->resolve();
Expand Down

0 comments on commit 8fe0fee

Please # to comment.