We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
We like mappable a lot in our project. It helped us to map old German database to english naming.
Do you think you would consider updating it, to support Laravel 8? Currently I got error when using relation.
Segmentation fault (core dumped)
It is caused when any relations is called on a Model using mappable. $this->hasMany('\App\Models\Import\German\Preise', 'import_id')->withTrashed();
Or can we help you update it?
Best Regards Jan
The text was updated successfully, but these errors were encountered:
Hey @jankapusta, this pull request jarektkaczyk/hookable#31 should solve your problem. Check it out.
Sorry, something went wrong.
Thanks for the fix @electrotumbao, I would love to see this pull request merged. :-)
No branches or pull requests
Hi
We like mappable a lot in our project.
It helped us to map old German database to english naming.
Do you think you would consider updating it, to support Laravel 8?
Currently I got error when using relation.
Segmentation fault (core dumped)
It is caused when any relations is called on a Model using mappable.
$this->hasMany('\App\Models\Import\German\Preise', 'import_id')->withTrashed();
Or can we help you update it?
Best Regards
Jan
The text was updated successfully, but these errors were encountered: