dotkernel / admin

DotKernel Admin Application, built on top of Mezzio microframework and using Laminas components.
https://admin5.dotkernel.net
MIT License
30 stars 5 forks source link

refactor all Catch to log instead of show errors #209

Closed arhimede closed 10 months ago

arhimede commented 10 months ago

example: https://github.com/dotkernel/admin/blob/4.0/src/Admin/src/Controller/AdminController.php#L119

is useless to show the error 'success' => 'error'

and need to be log the error and refactor the error

arhimede commented 10 months ago

fixed in #211