fix: install.php
This commit is contained in:
parent
05c4809b2e
commit
e8c70d4ef7
7
install.php
Normal file
7
install.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/provide/autoload.php';
|
||||
|
||||
$boot = new BootLoader(__DIR__);
|
||||
$boot->install();
|
||||
|
Loading…
Reference in New Issue
Block a user