remove some getter/setter

This commit is contained in:
Dennis Eichhorn 2020-11-24 17:31:19 +01:00
parent c11384cbd6
commit 176bc1fce6

View File

@ -168,7 +168,7 @@
" }",
"",
" $$1 = \\$this->create$2FromRequest(\\$request);",
" \\$this->createModel(\\$request->getHeader()->getAccount(), $$1, $2Mapper::class, '$1');",
" \\$this->createModel(\\$request->header->account, $$1, $2Mapper::class, '$1');",
" \\$this->fillJsonResponse(\\$request, \\$response, NotificationLevel::OK, '$2', '$2 successfully created', $$1);",
" }",
"",