You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller generator is setting all new controllers to the containeraName as the resource for the controller.
Steps To Reproduce
Say you have a container named Locations and you have a model named District (which is not the default model created on creating the container)
You run the create controller command.
The generated controller is pointing to the Locations model (container name) yet it is supposed to point to the desired model. Its is doing so for the request, resourceName and transformer.
This is the out come:
The text was updated successfully, but these errors were encountered:
Apiato Core Version
8.7.x
PHP Version
8.2
Database Driver & Version
Postgres
Description
The controller generator is setting all new controllers to the
containeraName
as the resource for the controller.Steps To Reproduce
Say you have a container named
Locations
and you have a model namedDistrict
(which is not the default model created on creating the container)You run the create controller command.
The generated controller is pointing to the
Locations
model (container name) yet it is supposed to point to the desired model. Its is doing so for therequest
,resourceName
andtransformer
.This is the out come:
The text was updated successfully, but these errors were encountered: