From c5a4ed0424be21d28824986a3d6fd955a61ee7b0 Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Tue, 15 Aug 2017 11:18:39 +0300 Subject: [PATCH] Update autoload.php --- bootstrap/autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';