a ton 👷‍♂️

This commit is contained in:
Andras Bacsai
2023-05-24 14:26:50 +02:00
parent 8677b1d85d
commit 6e7ee0ca48
67 changed files with 754 additions and 992 deletions

View File

@@ -23,7 +23,7 @@ class Add extends Component
];
public function mount()
{
$this->parameters = getParameters();
$this->parameters = get_parameters();
}
public function submit()
{

View File

@@ -26,7 +26,7 @@ class All extends Component
$this->application->refresh();
$this->emit('clearAddEnv');
} catch (\Exception $e) {
return generalErrorHandler($e, $this);
return general_error_handler($e, $this);
}
}
}

View File

@@ -17,7 +17,7 @@ class Show extends Component
];
public function mount()
{
$this->parameters = getParameters();
$this->parameters = get_parameters();
}
public function submit()
{