adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

Replace the hardcoded \App\User::class name #32

Closed leo-unglaub closed 6 years ago

leo-unglaub commented 6 years ago

This fix allows you to store your User model in any location you want. It always uses the path the the correct model from the config with a fallback to \App\User.