Mercurial > packages > magicforger
diff src/Replacer/Replacer.php @ 11:3426c7e91c24 main-dev
Modifying generaters and replacers
| author | luka |
|---|---|
| date | Wed, 24 Apr 2024 19:53:42 -0400 |
| parents | d4730c14806d |
| children | c969ed13c570 |
line wrap: on
line diff
--- a/src/Replacer/Replacer.php Sat Dec 02 10:20:32 2023 -0500 +++ b/src/Replacer/Replacer.php Wed Apr 24 19:53:42 2024 -0400 @@ -89,8 +89,8 @@ */ public function model_variable(string $name): string { - /* return Str::singular($name); */ - return 'item'; + return Str::singular($name); + /* return 'item'; */ } /**
