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
For example : ./bin/console fop:override:make modules/<a_module>/controllers/front/api.php
will generate a file override/modules/productlistadding/controllers/front/api.php
with the correct class
class AModuleApiModuleFrontControllerOverride extends AModuleApiModuleFrontController
{
}
The text was updated successfully, but these errors were encountered:
For example :
./bin/console fop:override:make modules/<a_module>/controllers/front/api.php
will generate a file
override/modules/productlistadding/controllers/front/api.php
with the correct class
The text was updated successfully, but these errors were encountered: