@@ -92,7 +92,7 @@ |
||
92 | 92 | */ |
93 | 93 | public function __construct() |
94 | 94 | { |
95 | - if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
95 | + if (!file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
96 | 96 | throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
97 | 97 | } |
98 | 98 | } |