Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
cleaned up config file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissm79 committed Jan 27, 2016
1 parent 661f6cb commit b4acf84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
*/

return [
// The path where you published your graphql.php file
// https://github.com/Folkloreatelier/laravel-graphql#installation-1
'graphql_config' => config_path('graphql.php'),

// Add your mutations and queries here.
'schema' => function () {
Relay::group(['namespace' => 'Nuwave\\Relay'], function () {
Relay::group(['namespace' => 'Node'], function () {
Expand Down

0 comments on commit b4acf84

Please sign in to comment.