Skip to content

Commit 4170f51

Browse files
authored
Update WidgetMakeCommand.php
1 parent 57fbd11 commit 4170f51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/WidgetMakeCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class WidgetMakeCommand extends GeneratorCommand
3838
public function handle()
3939
{
4040
// hack for Laravel < 5.5
41-
dd(is_callable('parent::handle'));
4241
if (is_callable('parent::handle')) {
4342
parent::handle();
4443
} else {

0 commit comments

Comments
 (0)