'json', 'connected' => 'boolean', 'is_default' => 'boolean', ]; public function provider(): \App\Contracts\NotificationChannel { $provider = config('core.notification_channels_providers_class')[$this->provider]; return new $provider($this); } }