Completed
Pull Request — master (#12)
by Quang
02:51
created
src/Commands/UpdateSchemaLockCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @var string
22 22
      */
23
-    public const INTROSPECTION_GRAPHQL =  __DIR__ . '/../../resources/graphql/Introspection.graphql';
23
+    public const INTROSPECTION_GRAPHQL = __DIR__ . '/../../resources/graphql/Introspection.graphql';
24 24
 
25 25
     /**
26 26
      * @var string
Please login to merge, or discard this patch.