'array', 'channels' => 'array', 'read_at' => 'datetime', 'scheduled_at' => 'datetime', 'sent_at' => 'datetime', ]; public function business() { return $this->belongsTo(Business::class); } public function user() { return $this->belongsTo(User::class); } }