fix: install.php
This commit is contained in:
parent
2e9c81e721
commit
118d2cb726
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