We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f18123 commit 915ec54Copy full SHA for 915ec54
src/InertiaDataProviderMakeCommand.php
@@ -2,10 +2,9 @@
2
3
namespace Webfox\InertiaDataProviders;
4
5
-use InvalidArgumentException;
6
use Illuminate\Console\GeneratorCommand;
7
-use Symfony\Component\Console\Input\InputOption;
8
use Symfony\Component\Console\Attribute\AsCommand;
+use Symfony\Component\Console\Input\InputOption;
9
10
#[AsCommand(name: 'make:data-provider')]
11
class InertiaDataProviderMakeCommand extends GeneratorCommand
0 commit comments