Upgrade method names to match with laravel 5.4
Open
- Dominant language
- PHP
- Stars
- 163
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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()**
Contributor guide
Research direction
Open vendor/optimus/bruno/src/EloquentBuilderTrait.php and locate the references to getForeignKey(). Confirm how Laravel 5.4 renamed this method, then update those references to getQualifiedForeignKeyName(). Done means the trait no longer uses the outdated method name and remains compatible with Laravel 5.4.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100