mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix -c option in create:model command (#631)
This commit is contained in:
parent
b8046c2228
commit
b340855778
@ -139,7 +139,7 @@ class CreateModel extends BaseScaffoldCommand
|
||||
{
|
||||
$this->call('create:controller', [
|
||||
'plugin' => $this->getPluginIdentifier(),
|
||||
'controller' => Str::pluralize($this->argument('model')),
|
||||
'controller' => Str::plural($this->argument('model')),
|
||||
'--model' => $this->getNameInput(),
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user