]> BookStack Code Mirror - bookstack/blobdiff - app/Comment.php
Update/fix german translation
[bookstack] / app / Comment.php
index 8588982e5017421821918366763aac07afa34759..de01b62128e741c9cf90acc0dd94044b0f4720c7 100644 (file)
@@ -34,6 +34,9 @@ class Comment extends Ownable
         return $this->belongsTo(User::class);
     }
 
+    /*
+     * Not being used, but left here because might be used in the future for performance reasons.
+     */
     public function getPageComments($pageId) {
         $query = static::newQuery();
         $query->join('users AS u', 'comments.created_by', '=', 'u.id');