Replies: 3 comments 6 replies
-
I don't exactly understand. Could you please add more details? |
Beta Was this translation helpful? Give feedback.
-
As far as I see, this is a plain namespacing issue: IntegrationFactory needs to be placed right next to the Model, or if you stick to the current location, set up the right namespace in the module's composer.json (autoload, PSR-4) and use it with the corresponding namespace in the model. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response, do you have an example of how I would set the right namespace in the modules composer.json? Apprciate you help. |
Beta Was this translation helpful? Give feedback.
-
Hello, ive found your concord package and find it very interesting. Been trying to make a proof of concept with it but ive ran into an issue. How can I add HasFactory to my models and then use during testing? The path for the models gets appended to the Default laravel database/factories path.
Beta Was this translation helpful? Give feedback.
All reactions