Benjacho / belongs-to-many-field-nova

Belongs To Many field Laravel nova to represent many to many relationship in field.
MIT License
157 stars 80 forks source link

Replace aliased facades #85

Open 0xb4lint opened 3 years ago

0xb4lint commented 3 years ago

I've replaced the aliased facades (Route, Validator) with fully qualified class names.

This fix solves the issue when someone disables the facade alias registration in Laravel config.