芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/app/Model/Notification.php
'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function scopeActive($query) { return $query->where('status', '=', 1); } public function notification_seen_by(){ return $this->hasOne(NotificationSeen::class, 'notification_id'); } }