We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fbd11 commit 4170f51Copy full SHA for 4170f51
src/Console/WidgetMakeCommand.php
@@ -38,7 +38,6 @@ class WidgetMakeCommand extends GeneratorCommand
38
public function handle()
39
{
40
// hack for Laravel < 5.5
41
- dd(is_callable('parent::handle'));
42
if (is_callable('parent::handle')) {
43
parent::handle();
44
} else {
0 commit comments