diff options
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/common.php b/app/common.php index f4485267..d1659018 100644 --- a/app/common.php +++ b/app/common.php @@ -21,6 +21,7 @@ if (file_exists('config.php')) { } require __DIR__.'/constants.php'; +require __DIR__.'/check_setup.php'; $container = new Pimple\Container; $container->register(new ServiceProvider\LoggingProvider); |