]> BookStack Code Mirror - bookstack/blobdiff - app/Book.php
Started work on bookshelves
[bookstack] / app / Book.php
index 51ea226b47cda9b9df027e922db2d4e1dc6995a2..effd6ca452bcefbb930b4c03f9bce33ab6493504 100644 (file)
@@ -48,14 +48,6 @@ class Book extends Entity
     {
         return $this->belongsTo(Image::class, 'image_id');
     }
-    /*
-     * Get the edit url for this book.
-     * @return string
-     */
-    public function getEditUrl()
-    {
-        return $this->getUrl() . '/edit';
-    }
 
     /**
      * Get all pages within this book.