feat : kitchen

This commit is contained in:
2024-11-08 16:27:25 +08:00
parent 79782dbb4e
commit c491fb79d8
15 changed files with 727 additions and 25 deletions

View File

@@ -44,7 +44,7 @@ class AdminLoginLogAspect extends AbstractAspect
return $result;
} catch (AdminException $e) {
var_dump($e->getMessage());
// var_dump($e->getMessage());
throw new AdminException($e->getMessage());
}
}