X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b12ae6d11b18acee1107b8182e7e666be05e3337..refs/pull/1688/head:/app/Entities/EntityContextManager.php diff --git a/app/Entities/EntityContextManager.php b/app/Entities/EntityContextManager.php index 23ffed0d2..20be0de2b 100644 --- a/app/Entities/EntityContextManager.php +++ b/app/Entities/EntityContextManager.php @@ -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 +}