Unable to correctly load Fortify routes when FortifyServiceProvider
is loaded after NovaServiceProvider
#6620
Labels
Milestone
Hmm,
app()->getLoadedProviders()
gives me this:but in
bootstrap/providers.php
I have this:So the check is never true in that case because
NovaServiceProvider
is called beforeFortifyServiceProvider
, and that's why it didn't work?Originally posted by @studnitz in #6619 (reply in thread)
The text was updated successfully, but these errors were encountered: