We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105c101 commit cd15b5cCopy full SHA for cd15b5c
src/Commands/Generators/UserModelGenerator.php
@@ -74,12 +74,4 @@ public function run(array $params): void
74
$this->classNameLang = 'CLI.generator.className.model';
75
$this->execute($params);
76
}
77
-
78
- /**
79
- * Prepare options and do the necessary replacements.
80
- */
81
- protected function prepare(string $class): string
82
- {
83
- return $this->parseTemplate($class);
84
- }
85
0 commit comments