aboutsummaryrefslogtreecommitdiff
path: root/cli/Commands/Make/Model.php
diff options
context:
space:
mode:
Diffstat (limited to 'cli/Commands/Make/Model.php')
-rw-r--r--cli/Commands/Make/Model.php4
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) {