*/ protected $returnType = Notification::class; /** * @var bool */ protected $useTimestamps = true; /** * @var string[] */ protected $uuidFields = ['post_id', 'activity_id']; /** * @var list */ protected $allowedFields = [ 'actor_id', 'target_actor_id', 'post_id', 'activity_id', 'type', 'read_at', 'created_at', 'updated_at', ]; }