Skip to content

Commit 3eeedd4

Browse files
author
Martin Kluska
committed
removed false from value_none in getset
1 parent 4d87bc7 commit 3eeedd4

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
@@ -295,7 +295,7 @@ protected function getOptions()
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.
297297
Just type --ignoresystem or -s', null],
298-
['getset', 'm', InputOption::VALUE_NONE, 'Defines if you want to generate set and get methods', false]
298+
['getset', 'm', InputOption::VALUE_NONE, 'Defines if you want to generate set and get methods']
299299
];
300300
}
301301
}

0 commit comments

Comments
 (0)