Completed
Push — master ( 9e9e7e...b5260b )
by Jesse
02:00
created
src/InCase.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,8 +68,7 @@
 block discarded – undo
68 68
         string $collectionClass = null
69 69
     ): LoadsWhenTriggered {
70 70
         $hydrator = $collectionClass ?
71
-            VariadicConstructor::forThe($collectionClass) :
72
-            ArrayHydrator::create();
71
+            VariadicConstructor::forThe($collectionClass) : ArrayHydrator::create();
73 72
         $new = clone $this;
74 73
         $new->relation[$label] = HasMany::in($property, $hydrator);
75 74
         return $new;
Please login to merge, or discard this patch.