sbine / nova-route-viewer

Route viewer tool for Laravel Nova
MIT License
59 stars 9 forks source link

Always wrap the middleware in an array #7

Closed erikgaal closed 5 years ago

erikgaal commented 5 years ago

This PR makes sure the API always returns the middleware for a route in an array preventing the Vue component to split the string into characters.

screenshot 2018-12-06 at 11 37 51

erikgaal commented 5 years ago

@sbine can you consider this PR please?

sbine commented 5 years ago

Thanks for your contribution @erikgaal!