Skip to content

Commit 5295ebe

Browse files
poppabear8883kaidesu
authored andcommitted
private to protected on stepOne() in MakeModuleCommand (caffeinated#282)
1 parent 10cbc49 commit 5295ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Generators/MakeModuleCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function fire()
8888
*
8989
* @return mixed
9090
*/
91-
private function stepOne()
91+
protected function stepOne()
9292
{
9393
$this->displayHeader('make_module_step_1');
9494

0 commit comments

Comments
 (0)