We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b2908 commit 7e6c933Copy full SHA for 7e6c933
src/Extract.php
@@ -17,7 +17,7 @@ class Extract
17
18
public function __construct()
19
{
20
- if(!config('data-extractor.is_enabled')) {
+ if (! config('data-extractor.is_enabled')) {
21
throw new Exception('Data Extractor is not enabled. Please check your configuration.');
22
}
23
0 commit comments