Mercurial > packages > magicforger
diff src/Generator/Controller/stubs/controller.stub @ 7:769a17898cc0
Various changes to the generators and replacers - probably mostly just formatting
| author | luka |
|---|---|
| date | Wed, 18 Oct 2023 21:04:11 -0400 |
| parents | b0b2e79ad8e6 |
| children | 3426c7e91c24 |
line wrap: on
line diff
--- a/src/Generator/Controller/stubs/controller.stub Thu Oct 12 19:44:22 2023 -0400 +++ b/src/Generator/Controller/stubs/controller.stub Wed Oct 18 21:04:11 2023 -0400 @@ -41,7 +41,7 @@ ${{ modelVariable }} = new {{ model }}(); //insert the values into the model - //{{ valuesForCreation }} + // {{ valuesForCreation }} ${{ modelVariable }}->save();
