Skip to content

Commit 3c22727

Browse files
authored
Merge pull request #174 from Laravel-Backpack/hotfix
hotfix
2 parents 59183e2 + 92ca0a4 commit 3c22727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/BackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Illuminate\Support\Arr;
77
use Illuminate\Support\Str;
88

9-
class BackpackCommand extends GeneratorCommand
9+
abstract class BackpackCommand extends GeneratorCommand
1010
{
1111
private const STR_CAMEL = 'camel';
1212

0 commit comments

Comments
 (0)