Skip to content

Commit 672f8c9

Browse files
chore: remove unnecessary handle method
1 parent 8c52332 commit 672f8c9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Console/Commands/StatefulResourceMakeCommand.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ class StatefulResourceMakeCommand extends \Illuminate\Console\GeneratorCommand
2929
*/
3030
protected $type = 'Stateful Resource';
3131

32-
/**
33-
* Execute the console command.
34-
*
35-
* @return void
36-
*/
37-
public function handle()
38-
{
39-
parent::handle();
40-
}
41-
4232
/**
4333
* Get the stub file for the generator.
4434
*

0 commit comments

Comments
 (0)