Skip to content
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

Compatibility with Laravel 8 #11

Open
jankapusta opened this issue Mar 16, 2021 · 2 comments
Open

Compatibility with Laravel 8 #11

jankapusta opened this issue Mar 16, 2021 · 2 comments

Comments

@jankapusta
Copy link

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

@electrotumbao
Copy link

Hey @jankapusta, this pull request jarektkaczyk/hookable#31 should solve your problem. Check it out.

@jannejava
Copy link

Thanks for the fix @electrotumbao, I would love to see this pull request merged. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants