upgrade to laravel 8.x

This commit is contained in:
2021-05-30 08:20:41 +00:00
parent 41b78a0599
commit 3ad6ed8bfa
2333 changed files with 113904 additions and 59058 deletions
@@ -1,8 +1,12 @@
<?php
declare(strict_types=1);
namespace Dotenv\Exception;
interface ExceptionInterface
use Throwable;
interface ExceptionInterface extends Throwable
{
//
}