dbms_init...1

This commit is contained in:
최준흠 2025-06-05 19:19:31 +09:00
parent f6a7d81970
commit 460fa7e347
2 changed files with 2 additions and 0 deletions

View File

@ -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());

View File

@ -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());