Completed
Push — master ( adc156...83e564 )
by
unknown
01:30
created
src/Rendered/Subset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     {
14 14
         $subset = lcfirst(class_basename(get_class($this->render->class)));
15 15
 
16
-        if ($subset === 'series' && (! $this->render->class->cascade || starts_with($this->render->class->cascade, 'series.'))) {
16
+        if ($subset === 'series' && (!$this->render->class->cascade || starts_with($this->render->class->cascade, 'series.'))) {
17 17
             $content = [$content];
18 18
         }
19 19
 
Please login to merge, or discard this patch.