diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-01-02 14:07:50 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-01-02 14:07:50 +0100 |
commit | f621d95f89ded05a2e916c5ee363bfe75ea37482 (patch) | |
tree | ea8929d0cff7e02265cf9d49cae259ec4ae7d0f0 /public/index.php | |
parent | e5a243a52b910e35b10b26c06aa8978356b86769 (diff) |
new icons
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'); |