Skip to content

Commit

Permalink
private to protected on stepOne() in MakeModuleCommand (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
poppabear8883 authored and kaidesu committed Jan 25, 2017
1 parent 10cbc49 commit 5295ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Generators/MakeModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function fire()
*
* @return mixed
*/
private function stepOne()
protected function stepOne()
{
$this->displayHeader('make_module_step_1');

Expand Down

0 comments on commit 5295ebe

Please sign in to comment.