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

Fix Lumen 5.5 compability #401

Open
wants to merge 2 commits into
base: feature/relay
Choose a base branch
from

Conversation

treschelet
Copy link

No description provided.

@coveralls
Copy link

coveralls commented Nov 6, 2018

Coverage Status

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

@mfn
Copy link

mfn commented Nov 6, 2018

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

@treschelet
Copy link
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
@@ -24,7 +24,7 @@ public function connectionField($config = [])

public function connectionFieldFromEdgeType($edgeType, $config = [])
{
$typeName = array_get($edgeType->config, 'name');
$typeName = $edgeType->name ? $edgeType->name : get_class($edgeType);
Copy link

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
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