fix: install.php

This commit is contained in:
kemasama 2022-05-22 16:55:25 +09:00
parent 2e9c81e721
commit 118d2cb726

7
install.php Normal file
View File

@ -0,0 +1,7 @@
<?php
require_once __DIR__ . '/provide/autoload.php';
$boot = new BootLoader(__DIR__);
$boot->install();