🎨 consistent definition of namespace

This commit is contained in:
DrMaxNix 2024-02-08 15:00:05 +01:00
parent ab536a2f1f
commit 59cc4ed14b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
declare(strict_types = 1);
namespace Kimendisch\Sbgg_Jetzt;
// LOAD ENV CONFIG //
require_once("./.env.php");