]> BookStack Code Mirror - bookstack/blobdiff - app/Services/ViewService.php
Finished migration of last angular code
[bookstack] / app / Services / ViewService.php
index 3285745ce4d8c5a3b1a9acc4adfa58ac77b50e29..770a9e39ffef3387ba10efc975b8749e662e5a5c 100644 (file)
@@ -62,7 +62,7 @@ class ViewService
             $query->whereIn('viewable_type', $filterModel);
         } else if ($filterModel) {
             $query->where('viewable_type', '=', get_class($filterModel));
-        };
+        }
 
         return $query->with('viewable')->skip($skipCount)->take($count)->get()->pluck('viewable');
     }