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 c9027c3 commit c6b6609Copy full SHA for c6b6609
config/data-extractor.php
@@ -2,7 +2,7 @@
2
3
// config for NaimSolong/DataExtractor
4
5
-use Illuminate\Foundation\Auth\User;
+use App\Models\User;
6
7
return [
8
'is_enabled' => env('DATA_EXTRACTOR_ENABLED', false),
0 commit comments