'array', 'enabled' => 'boolean', ]; public function primaryApiProvider() { return $this->belongsTo(ApiProvider::class, 'api_provider_id'); } }