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 59183e2 commit 92ca0a4Copy full SHA for 92ca0a4
src/Services/BackpackCommand.php
@@ -6,7 +6,7 @@
6
use Illuminate\Support\Arr;
7
use Illuminate\Support\Str;
8
9
-class BackpackCommand extends GeneratorCommand
+abstract class BackpackCommand extends GeneratorCommand
10
{
11
private const STR_CAMEL = 'camel';
12
0 commit comments