Completed
Push — master ( e62f49...fb878c )
by Babak
03:24
created
tests/Unit/DemoTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $app->bind('app', 'Illuminate\Container\Container');
47 47
 
48 48
         foreach ($this->PACKAGE_CLASSES as $PACKAGE_CLASS) {
49
-            $app->bind($PACKAGE_CLASS, $this->VENDOR.'\\'.$this->PACKAGE_NAME.'\\'.$PACKAGE_CLASS);
49
+            $app->bind($PACKAGE_CLASS, $this->VENDOR . '\\' . $this->PACKAGE_NAME . '\\' . $PACKAGE_CLASS);
50 50
         }
51 51
 
52 52
         $app->bind('Cache', 'Illuminate\Support\Facades\Cache');
Please login to merge, or discard this patch.