]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Queries/Popular.php
Skip intermediate login page with single provider
[bookstack] / app / Entities / Queries / Popular.php
index 98db2fe62720dd0cb389a7970210cb402ba06161..e6b22a1c95fb12880e163674b093c9adbd0ae3a3 100644 (file)
@@ -1,5 +1,6 @@
-<?php namespace BookStack\Entities\Queries;
+<?php
 
+namespace BookStack\Entities\Queries;
 
 use BookStack\Actions\View;
 use Illuminate\Support\Facades\DB;
@@ -25,5 +26,4 @@ class Popular extends EntityQuery
             ->pluck('viewable')
             ->filter();
     }
-
-}
\ No newline at end of file
+}