You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file vendor/optimus/bruno/src/EloquentBuilderTrait.php , there are couple of references of method getForeignKey() they are renamed in laravel 5.4 , replace it with getQualifiedForeignKeyName()
The text was updated successfully, but these errors were encountered:
there is no update on the repository currently.
my project is using this library and made some changes on it to support laravel 5.4
you can have a look the forked repository here https://github.com/Metabuyer/bruno
still in development though, will create pull request to this repo later on once I think it is stable enough with laravel 5.4
In file vendor/optimus/bruno/src/EloquentBuilderTrait.php , there are couple of references of method getForeignKey() they are renamed in laravel 5.4 , replace it with getQualifiedForeignKeyName()
The text was updated successfully, but these errors were encountered: