@@ -101,7 +101,7 @@ |
||
101 | 101 | return Carbon::instance($date)->diffForHumans(); |
102 | 102 | } |
103 | 103 | |
104 | - return $date->format(\constant(Carbon::class . '::' . $format)); |
|
104 | + return $date->format(\constant(Carbon::class.'::'.$format)); |
|
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |
@@ -21,7 +21,7 @@ |
||
21 | 21 | /** |
22 | 22 | * @var string Path to graphql schema file |
23 | 23 | */ |
24 | - private const GRAPHQL_DATETIME = __DIR__ . '/../resources/datetime.graphqls'; |
|
24 | + private const GRAPHQL_DATETIME = __DIR__.'/../resources/datetime.graphqls'; |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * @param CompilerInterface $compiler |