storages
This commit is contained in:
@@ -28,7 +28,6 @@ class Add extends Component
|
||||
{
|
||||
$this->validate();
|
||||
try {
|
||||
|
||||
$application_id = Application::where('uuid', $this->parameters['application_uuid'])->firstOrFail()->id;
|
||||
EnvironmentVariable::create([
|
||||
'key' => $this->key,
|
||||
|
||||
Reference in New Issue
Block a user