@@ -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 | } |
@@ -74,7 +74,7 @@ |
||
74 | 74 | */ |
75 | 75 | public function __construct(Parser $parser = null) |
76 | 76 | { |
77 | - if ($parser === null && ! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
77 | + if ($parser === null && !file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
78 | 78 | throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
79 | 79 | } |
80 | 80 |
@@ -74,7 +74,7 @@ |
||
74 | 74 | */ |
75 | 75 | public function __construct(Parser $parser = null) |
76 | 76 | { |
77 | - if ($parser === null && ! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
77 | + if ($parser === null && !file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
78 | 78 | throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
79 | 79 | } |
80 | 80 |
@@ -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 | } |
@@ -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 | } |