@@ -73,10 +73,10 @@ |
||
73 | 73 | $series = Series::whereTranslatable('slug', $this->property('series')) |
74 | 74 | ->with( |
75 | 75 | [ |
76 | - 'related_series' => static function ($query) { |
|
76 | + 'related_series' => static function($query) { |
|
77 | 77 | $query->withCount( |
78 | 78 | [ |
79 | - 'posts' => static function ($query) { |
|
79 | + 'posts' => static function($query) { |
|
80 | 80 | $query->isPublished(); |
81 | 81 | } |
82 | 82 | ] |