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
If I create say a routing yaml file in the config directory of the parent project, it's created and works OK. However when my bundle is removed if doesn't remove all of the file contents and leaves invalid yaml.
Here are the contents of my cook.yaml file. It updates the parent project bundles.php and adds a bundle specific routing file.
Notice that the surrounding quotes do not include the initial label.
When the bundle is removed, only the contents in my config file that are within the comments section get removed. This leaves an invalid label that has no content and causes errors:
xact_opcache_dashboard:
This results in:
The definition of "xact_opcache_dashboard" in ".../config/routes/xact_opcache_dashboard.yaml" must be a YAML array.
The text was updated successfully, but these errors were encountered:
If I create say a routing yaml file in the config directory of the parent project, it's created and works OK. However when my bundle is removed if doesn't remove all of the file contents and leaves invalid yaml.
Here are the contents of my cook.yaml file. It updates the parent project bundles.php and adds a bundle specific routing file.
This creates a ./config/routes/xact_opcache_dashboard.yaml in the parent project as follows:
Notice that the surrounding quotes do not include the initial label.
When the bundle is removed, only the contents in my config file that are within the comments section get removed. This leaves an invalid label that has no content and causes errors:
xact_opcache_dashboard:
This results in:
The text was updated successfully, but these errors were encountered: