@@ -46,7 +46,7 @@ |
||
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'); |