diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 18edd19..78f23bd 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ use App\App; use Symfony\Component\Dotenv\Dotenv; -require dirname(__DIR__) . '/vendor/autoload.php'; +require_once dirname(__DIR__) . '/vendor/autoload.php'; $dotenv = new Dotenv(); $dotenv->load(dirname(__DIR__) . '/.env'); |