summaryrefslogtreecommitdiff
path: root/src/Models/NewsComment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Models/NewsComment.php')
-rw-r--r--src/Models/NewsComment.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Models/NewsComment.php b/src/Models/NewsComment.php
index c2697350..447d980f 100644
--- a/src/Models/NewsComment.php
+++ b/src/Models/NewsComment.php
@@ -19,10 +19,11 @@ use Illuminate\Database\Query\Builder as QueryBuilder;
* @property Carbon|null $created_at
* @property Carbon|null $updated_at
*
- * @method static QueryBuilder|LogEntry[] whereId($value)
- * @method static QueryBuilder|LogEntry[] whereText($value)
- * @method static QueryBuilder|LogEntry[] whereCreatedAt($value)
- * @method static QueryBuilder|LogEntry[] whereUpdatedAt($value)
+ * @method static QueryBuilder|NewsComment[] whereId($value)
+ * @method static QueryBuilder|NewsComment[] whereNewsId($value)
+ * @method static QueryBuilder|NewsComment[] whereText($value)
+ * @method static QueryBuilder|NewsComment[] whereCreatedAt($value)
+ * @method static QueryBuilder|NewsComment[] whereUpdatedAt($value)
*/
class NewsComment extends BaseModel
{