]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/EntityContextManager.php
Show bookshelves that a book belongs to on a book view
[bookstack] / app / Entities / EntityContextManager.php
index 23ffed0d28c362ee85e3c7deebae890752d31981..20be0de2b01a5e34fc61a6d0b2752b6d8c2ae903 100644 (file)
@@ -37,7 +37,6 @@ class EntityContextManager
             if ($shelf && $shelf->contains($book)) {
                 return $shelf;
             }
-
         }
         return null;
     }
@@ -58,5 +57,4 @@ class EntityContextManager
     {
         $this->session->forget($this->KEY_SHELF_CONTEXT_ID);
     }
-
-}
\ No newline at end of file
+}