Skip to content

Commit

Permalink
remove unnecessary use (#47184)
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed May 23, 2023
1 parent 507f1fe commit 0dd1f97
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 @@ -5,7 +5,6 @@
use Illuminate\Container\Container;
use Illuminate\Foundation\Routing\PrecognitionCallableDispatcher;
use Illuminate\Foundation\Routing\PrecognitionControllerDispatcher;
use Illuminate\Http\Response;
use Illuminate\Routing\Contracts\CallableDispatcher as CallableDispatcherContract;
use Illuminate\Routing\Contracts\ControllerDispatcher as ControllerDispatcherContract;

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

use Illuminate\Contracts\Process\InvokedProcess as InvokedProcessContract;
use Symfony\Component\Process\Process;

class FakeInvokedProcess implements InvokedProcessContract
{
Expand Down

0 comments on commit 0dd1f97

Please sign in to comment.