Skip to content

Commit

Permalink
Merge pull request #2 from DevKhris/patch-1
Browse files Browse the repository at this point in the history
changed require to include and fixed typo
  • Loading branch information
semhoun authored Feb 23, 2021
2 parents cdf8257 + f62d710 commit f2e84f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entities_generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function rrmdir($src) {
require $rootPath . '/vendor/autoload.php';

$containerBuilder = new ContainerBuilder();
$settings = require _$rootPath . '/conf/settings.php';
$settings = include $rootPath . '/conf/settings.php';
$settings($containerBuilder);
$container = $containerBuilder->build();
$settings = $container->get('settings');
Expand Down

0 comments on commit f2e84f2

Please # to comment.