fix: install.php

This commit is contained in:
kemasama 2022-05-22 16:56:50 +09:00
parent 05c4809b2e
commit e8c70d4ef7

7
install.php Normal file
View File

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