From ebef4c5bc36717751806e6d31a0e10bfab0369ca Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 1 Dec 2019 01:32:20 +0100 Subject: Models: Updated docs --- src/Models/NewsComment.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/Models/NewsComment.php') 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 { -- cgit v1.2.3-54-g00ecf