Skip to content

Commit 51f7963

Browse files
committed
Fix Classname for PSR-4 Autoload
1 parent 4a8c56b commit 51f7963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/OldPresenterMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Illuminate\Console\GeneratorCommand;
66

7-
class PresenterMakeCommand extends GeneratorCommand
7+
class OldPresenterMakeCommand extends GeneratorCommand
88
{
99
public $name = 'presenter:make';
1010

0 commit comments

Comments
 (0)