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 882c306 commit 9a00002Copy full SHA for 9a00002
src/Components/Database/Provider.php
@@ -39,7 +39,6 @@
39
40
use function class_exists;
41
use function collect;
42
-use function is_array;
43
44
/**
45
* @internal
src/Components/Log/Provider.php
@@ -16,8 +16,6 @@
16
use Illuminate\Contracts\Config\Repository;
17
use LaravelZero\Framework\Components\AbstractComponentProvider;
18
19
-use function class_exists;
20
-
21
22
23
*/
0 commit comments