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
$ bin/console bolt:info
In DefinitionErrorExceptionPass.php line 54:
Cannot autowire service "Bolt\Article\Controller\Upload": argument "$articleConfig" of method "__constr uct()" references class "Bolt\Article\ArticleConfig" but no such service exists.
This is terribly confusing, obviously.
PR with a fix is incoming.
The text was updated successfully, but these errors were encountered:
If you're building a Bolt project, and you've unnoticedly made an error in your custom code, you'd expect a descriptive error.
For example, notice the trailing comma below (which is only valid in PHP 7.3 and up, not on 7.2)
The error you're getting is this:
This is terribly confusing, obviously.
PR with a fix is incoming.
The text was updated successfully, but these errors were encountered: