-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
Description
Currently Jetstream.php has multiple hardcoded class names:
Line 46 in 89d7f8b
| public static $userModel = 'App\\Models\\User'; |
Line 230 in 89d7f8b
| return 'App\\Models\\Team'; |
Line 252 in 89d7f8b
| return 'App\\Models\\Membership'; |
Could those be made configurable so the models can be located somewhere else (in a subdirectory, for example)? Thanks!
Metadata
Metadata
Assignees
Labels
No labels