option('model'); $namespaceModel = 'App\\Models\\'.$model; return str_replace( ['DummyModel', 'DummyModelNamespace'], [$model, $namespaceModel], $stub ); } protected function getOptions() { return [ ['model', null, InputOption::VALUE_REQUIRED, 'The name of the model'], ]; } }