dbms_init...1
This commit is contained in:
parent
f6a7d81970
commit
460fa7e347
@ -47,6 +47,7 @@ class ServiceController extends CustomerController
|
||||
}
|
||||
protected function getResultPageByActon(string $action, string $message = MESSAGES["SUCCESS"]): RedirectResponse|string
|
||||
{
|
||||
$this->action = $action;
|
||||
switch ($action) {
|
||||
case 'index':
|
||||
$this->getHelper()->setViewDatas($this->getViewDatas());
|
||||
|
||||
@ -76,6 +76,7 @@ class ServiceItemController extends CustomerController
|
||||
}
|
||||
protected function getResultPageByActon(string $action, string $message = MESSAGES["SUCCESS"]): RedirectResponse|string
|
||||
{
|
||||
$this->action = $action;
|
||||
switch ($action) {
|
||||
case 'index':
|
||||
$this->getHelper()->setViewDatas($this->getViewDatas());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user