'datetime', 'revoked_at' => 'datetime', ]; } public function channel(): BelongsTo { return $this->belongsTo(Channel::class); } }