Initial setup of basics for every project.
This commit is contained in:
Regular → Executable
+2
-2
@@ -1,4 +1,4 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
// Add the helpers globally
|
||||
require_once ROOT . '/src/helpers.php';
|
||||
require_once ROOT.'/src/helpers.php';
|
||||
require_once ROOT.'/src/database.php';
|
||||
|
||||
Reference in New Issue
Block a user