Implement Keystone environment deployments
This commit is contained in:
@@ -40,6 +40,21 @@ class Organisation extends Model
|
||||
return $this->hasMany(Application::class);
|
||||
}
|
||||
|
||||
public function services(): HasMany
|
||||
{
|
||||
return $this->hasMany(Service::class);
|
||||
}
|
||||
|
||||
public function registries(): HasMany
|
||||
{
|
||||
return $this->hasMany(Registry::class);
|
||||
}
|
||||
|
||||
public function sourceProviders(): HasMany
|
||||
{
|
||||
return $this->hasMany(SourceProvider::class);
|
||||
}
|
||||
|
||||
public function providers(): HasMany
|
||||
{
|
||||
return $this->hasMany(Provider::class);
|
||||
|
||||
Reference in New Issue
Block a user