Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Fix Lumen 5.5 compability#401

Open
treschelet wants to merge 2 commits into
folkloreinc:feature/relayfrom
treschelet:feature/relay
Open

Fix Lumen 5.5 compability#401
treschelet wants to merge 2 commits into
folkloreinc:feature/relayfrom
treschelet:feature/relay

Conversation

@treschelet

Copy link
Copy Markdown

No description provided.

@coveralls

coveralls commented Nov 6, 2018

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.9%) to 72.414% when pulling 075577b on treschelet:feature/relay into c80b697 on Folkloreatelier:feature/relay.

@mfn

mfn commented Nov 6, 2018

Copy link
Copy Markdown

Why is the PR titled "Laravel 5.5" but touches the LumenServiceProvider, can you clarify?

@treschelet

Copy link
Copy Markdown
Author

I'm sorry this changes were made for lumen

@treschelet treschelet changed the title Fix Laravel 5.5 compability Fix Lumen 5.5 compability Nov 6, 2018
public function connectionFieldFromEdgeType($edgeType, $config = [])
{
$typeName = array_get($edgeType->config, 'name');
$typeName = $edgeType->name ? $edgeType->name : get_class($edgeType);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this related to Lumen compatibility or a separate fix?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably it's а separate fix, I include it to this pull request because test in CI for php 7.1 are failed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants