summaryrefslogtreecommitdiff
path: root/src/Models/NewsComment.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-12-01 01:32:20 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-12-01 01:33:29 +0100
commitebef4c5bc36717751806e6d31a0e10bfab0369ca (patch)
treef03bd79e82d93986f523bd3f99751577add996a6 /src/Models/NewsComment.php
parent96cdf91c3c4e052b0cd7976b32661c174a426c79 (diff)
Models: Updated docs
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
{