]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Page.php
Guest create page: name field autofocus
[bookstack] / app / Entities / Models / Page.php
index 7a60b3ada05a2c78f5e4c95f7886b1d31ed42619..a224071ccc144611ceb1befc104d9c421f65210a 100644 (file)
@@ -88,8 +88,6 @@ class Page extends BookChild
 
     /**
      * Get the current revision for the page if existing.
-     *
-     * @return PageRevision|null
      */
     public function currentRevision(): HasOne
     {