Skip to content

Commit

Permalink
[5.x] Fix please command --help listing (#9977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed May 3, 2024
1 parent 7615083 commit c43c663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Please/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Statamic\Console\Please;

use Illuminate\Console\Application as ConsoleApplication;
use Illuminate\Console\Command;
use Statamic\Console\RunsInPlease;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Exception\CommandNotFoundException;

class Application extends ConsoleApplication
Expand Down

0 comments on commit c43c663

Please sign in to comment.