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
I tried to provide an action specific asset by writing
`ModuleName\Controller\ControllerName` => ...
But it didn't deliver the assets, later I checked the source and hacked into getController() method of Configuration.php and found that variable name only had ControllerName which was the reason why it was not matching.
The text was updated successfully, but these errors were encountered:
I tried to provide an action specific asset by writing
`ModuleName\Controller\ControllerName` => ...
But it didn't deliver the assets, later I checked the source and hacked into
getController()
method ofConfiguration.php
and found that variable name only hadControllerName
which was the reason why it was not matching.The text was updated successfully, but these errors were encountered: