Completed
Pull Request — master (#48)
by Gino
04:13
created
components/RelatedSeries.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,10 +73,10 @@
 block discarded – undo
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
                             ]
Please login to merge, or discard this patch.