Skip to content

Commit

Permalink
Fix bad import (just to be safe)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Dec 20, 2024
1 parent f77cef4 commit ff9fa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AsyncTaskRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Vectorial1024\LaravelProcessAsync\Tests;

use Artisan;
use Exception;
use Illuminate\Support\Facades\Artisan;
use stdClass;
use Vectorial1024\LaravelProcessAsync\AsyncTask;
use Vectorial1024\LaravelProcessAsync\AsyncTaskRunnerCommand;
Expand Down

0 comments on commit ff9fa1d

Please sign in to comment.