Skip to content

Commit b2a66a8

Browse files
Remove unused namespaces from DatabaseInspectionCommand and LocalFilesystemAdapter (#52868)
1 parent c1a5d9c commit b2a66a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Illuminate/Database/Console/DatabaseInspectionCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Illuminate\Database\Console;
44

55
use Illuminate\Console\Command;
6-
use Illuminate\Database\Connection;
76
use Illuminate\Database\ConnectionInterface;
87
use Illuminate\Support\Arr;
98

src/Illuminate/Filesystem/LocalFilesystemAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Illuminate\Filesystem;
44

55
use Closure;
6-
use Illuminate\Support\Facades\URL;
76
use Illuminate\Support\Traits\Conditionable;
87
use RuntimeException;
98

0 commit comments

Comments
 (0)