We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbd4ce1 + f12ca29 commit b426558Copy full SHA for b426558
src/Commands/MakeTreePageCommand.php
@@ -73,7 +73,7 @@ class MakeTreePageCommand extends Command
73
74
public static bool $shouldCheckModelsForSoftDeletes = true;
75
76
- protected function configure()
+ protected function configure(): void
77
{
78
$this->addArgument(
79
name: 'name',
src/Commands/MakeTreeWidgetCommand.php
@@ -64,7 +64,7 @@ class MakeTreeWidgetCommand extends Command
64
65
protected string $widgetsDirectory;
66
67
68
69
70
0 commit comments