From 219f40d6b5b0b36aefb051a76644b73d4bd9802f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 30 Jul 2017 23:14:08 +0200 Subject: [PATCH] Rename bootstrap/bootstrap.php to autoload.php --- Changelog | 1 + bootstrap.php | 2 +- bootstrap/{bootstrap.php => autoload.php} | 0 phpunit.xml | 2 +- tmux | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename bootstrap/{bootstrap.php => autoload.php} (100%) diff --git a/Changelog b/Changelog index d1debc0b0..247267fba 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2017-07-30 DariusIII + * Chg: Rename bootstrap/bootstrap.php to autoload.php * Chg: Update composer files * Chg: Move Controllers and Middleware folders back to app/Http/ folder 2017-07-28 DariusIII diff --git a/bootstrap.php b/bootstrap.php index 8aacbcced..6005335f5 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -17,6 +17,6 @@ * @copyright 2016 nZEDb */ -require_once __DIR__ . '/bootstrap/bootstrap.php'; +require_once __DIR__ . '/bootstrap/autoload.php'; ?> diff --git a/bootstrap/bootstrap.php b/bootstrap/autoload.php similarity index 100% rename from bootstrap/bootstrap.php rename to bootstrap/autoload.php diff --git a/phpunit.xml b/phpunit.xml index f8356750d..d1b369fbf 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@