hasMany(User::class, 'public_source_channel_id'); } public function isEnabled(): bool { return $this->status === self::STATUS_ENABLED; } }