Passed
Push — master ( f0f114...6b401d )
by Mike
02:41
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         // }
23 23
 
24 24
         $results = cache()->tags([$parentName, $childName])
25
-            ->rememberForever("{$parentName}_{$parentIds}-{$childName}s", function () use ($relation) {
25
+            ->rememberForever("{$parentName}_{$parentIds}-{$childName}s", function() use ($relation) {
26 26
                 return $relation->getEager();
27 27
             });
28 28
 
Please login to merge, or discard this patch.