Completed
Push — master ( 677406...871e5e )
by Derek
02:41
created
app/bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
  */
5 5
 
6 6
 require "config/app_constants.php";
7
-require DILMUN_VENDOR_DIR . "autoload.php";
8
-require DILMUN_SOURCE_DIR . "Nabu/Autoloader.php";
7
+require DILMUN_VENDOR_DIR."autoload.php";
8
+require DILMUN_SOURCE_DIR."Nabu/Autoloader.php";
9 9
 
10 10
 /**
11 11
  * @todo Pull this out somehow so that logging on bootstrap is more abstract
Please login to merge, or discard this patch.