diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index c64e19fa..7408628a 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -14,4 +14,4 @@ | */ -require __DIR__.'/../vendor/autoload.php'; +require_once __DIR__.'/../vendor/autoload.php';