mvc init...

This commit is contained in:
최준흠 2024-08-23 15:44:29 +09:00
parent 09d602e182
commit 28cb34b4b7

View File

@ -91,6 +91,6 @@ class UserController extends BaseController
$msgs[] = $this->setLevel($entity, $level);
}
}
return PHP_EOL . "------" . date('Y/m/d-H:m') . "---------" . PHP_EOL . implode(PHP_EOL, $msgs) . PHP_EOL . "------------------------------" . PHP_EOL;
return PHP_EOL . "------" . date('Y/m/d-H:i') . "---------" . PHP_EOL . implode(PHP_EOL, $msgs) . PHP_EOL . "------------------------------" . PHP_EOL;
} //
}