X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0bda5554dd4323c7fecd5004111260978dfa4f1d..refs/pull/524/head:/app/Page.php diff --git a/app/Page.php b/app/Page.php index 4a8d32780..c9823e7e4 100644 --- a/app/Page.php +++ b/app/Page.php @@ -38,15 +38,6 @@ class Page extends Entity { return $this->belongsTo(Chapter::class); } - - /** - * Get the comments in the page. - * @return \Illuminate\Database\Eloquent\Relations\HasMany - */ - public function comment() - { - return $this->hasMany(Comment::class); - } /** * Check if this page has a chapter.