Currently Jetstream.php has multiple hardcoded class names: https://github.com/laravel/jetstream/blob/89d7f8b174cd2d4eac4f063492f9db64fc935554/src/Jetstream.php#L46 https://github.com/laravel/jetstream/blob/89d7f8b174cd2d4eac4f063492f9db64fc935554/src/Jetstream.php#L230 https://github.com/laravel/jetstream/blob/89d7f8b174cd2d4eac4f063492f9db64fc935554/src/Jetstream.php#L252 Could those be made configurable so the models can be located somewhere else (in a subdirectory, for example)? Thanks!