update: laravel 7

This commit is contained in:
tokumeikoi
2021-08-01 23:56:11 +09:00
parent 73a6d3236a
commit 7a80950ab5
28 changed files with 154 additions and 29 deletions

View File

@ -21,7 +21,7 @@ define('LARAVEL_START', microtime(true));
|
*/
require __DIR__ . '/../vendor/autoload.php';
require __DIR__.'/../vendor/autoload.php';
/*
|--------------------------------------------------------------------------
@ -35,7 +35,7 @@ require __DIR__ . '/../vendor/autoload.php';
|
*/
$app = require_once __DIR__ . '/../bootstrap/app.php';
$app = require_once __DIR__.'/../bootstrap/app.php';
/*
|--------------------------------------------------------------------------