Skip to content

Commit

Permalink
Fixed missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Sep 12, 2024
1 parent 4d730e2 commit 26b9f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Platform/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Orchid\Platform\Dashboard;
use Orchid\Platform\Events\InstallEvent;
use Orchid\Platform\Providers\ConsoleServiceProvider;
use Symfony\Component\Console\Attribute\AsCommand;

#[AsCommand(name: 'orchid:install')]
class InstallCommand extends Command
Expand Down

0 comments on commit 26b9f8e

Please sign in to comment.