Skip to content

Commit cd15b5c

Browse files
committed
fix: remove unnecessary method
1 parent 105c101 commit cd15b5c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Commands/Generators/UserModelGenerator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,4 @@ public function run(array $params): void
7474
$this->classNameLang = 'CLI.generator.className.model';
7575
$this->execute($params);
7676
}
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-
}
8577
}

0 commit comments

Comments
 (0)