add bootstrap / autoloader
This commit is contained in:
4
bootstrap.php
Normal file
4
bootstrap.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
spl_autoload_register(function ($class_name) {
|
||||
include 'src/'.$class_name . '.php';
|
||||
});
|
Reference in New Issue
Block a user