esbenp / esbenp/bruno

Upgrade method names to match with laravel 5.4

Open
#12 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.