Skip to content

Commit

Permalink
Update WidgetMakeCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
arrilot authored Oct 5, 2017
1 parent 57fbd11 commit 4170f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/WidgetMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class WidgetMakeCommand extends GeneratorCommand
public function handle()
{
// hack for Laravel < 5.5
dd(is_callable('parent::handle'));
if (is_callable('parent::handle')) {
parent::handle();
} else {
Expand Down

0 comments on commit 4170f51

Please sign in to comment.