diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Commands/Make/Model.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Commands/Make/Model.php b/cli/Commands/Make/Model.php index 82e683b..5aedb5e 100644 --- a/cli/Commands/Make/Model.php +++ b/cli/Commands/Make/Model.php @@ -63,8 +63,8 @@ final class Model extends Command string $name, InputInterface $input, OutputInterface $output, - string $dbTable = null, - string $namespace = null, + ?string $dbTable = null, + ?string $namespace = null, ): string { if (!$dbTable) { |
