-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not hardcore model names #118
Comments
@supertassu - I think you're overlooking the easiest way to address this issue. Extend and overwrite. There's nothing forcing you to use the
This will work just fine and all you need to change from here is to adjust your Apps |
@supertassu - now that #121 is merged in this should all be even easier to pull off. I overlooked that a Now you can simply do:
... within the |
Thank you @mallardduck! |
Currently Jetstream.php has multiple hardcoded class names:
jetstream/src/Jetstream.php
Line 46 in 89d7f8b
jetstream/src/Jetstream.php
Line 230 in 89d7f8b
jetstream/src/Jetstream.php
Line 252 in 89d7f8b
Could those be made configurable so the models can be located somewhere else (in a subdirectory, for example)? Thanks!
The text was updated successfully, but these errors were encountered: