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

Commit 24d693d

Browse files
committed
remove whitespace
1 parent e5e8047 commit 24d693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Register the Enum in the 'types' array of the graphql.php config file:
106106

107107
```php
108108
// config/graphql.php
109-
'types' => ['TestEnum' => TestEnumType::class ];
109+
'types' => ['TestEnum' => TestEnumType::class];
110110
```
111111

112112
Then use it like:

0 commit comments

Comments
 (0)