Skip to content

Commit

Permalink
Remove unused namespaces from DatabaseInspectionCommand and LocalFile…
Browse files Browse the repository at this point in the history
…systemAdapter (#52868)
  • Loading branch information
saMahmoudzadeh authored Sep 22, 2024
1 parent c1a5d9c commit b2a66a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Database\Console;

use Illuminate\Console\Command;
use Illuminate\Database\Connection;
use Illuminate\Database\ConnectionInterface;
use Illuminate\Support\Arr;

Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Filesystem/LocalFilesystemAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Filesystem;

use Closure;
use Illuminate\Support\Facades\URL;
use Illuminate\Support\Traits\Conditionable;
use RuntimeException;

Expand Down

0 comments on commit b2a66a8

Please sign in to comment.