Skip to content

Commit 5d077c6

Browse files
author
Martin Kluska
committed
removed false from value_none in system
1 parent 3eeedd4 commit 5d077c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ protected function getOptions()
294294
['timestamps', null, InputOption::VALUE_OPTIONAL, 'Rules for $timestamps columns', $this->timestampRules],
295295
['ignore', "i", InputOption::VALUE_OPTIONAL, 'Ignores the tables you define, separated with ,', null],
296296
['ignoresystem', "s", InputOption::VALUE_NONE, 'If you want to ignore system tables.
297-
Just type --ignoresystem or -s', null],
297+
Just type --ignoresystem or -s'],
298298
['getset', 'm', InputOption::VALUE_NONE, 'Defines if you want to generate set and get methods']
299299
];
300300
}

0 commit comments

Comments
 (0)