aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

Bvdev #28

Closed bienvenu007 closed 4 years ago

bienvenu007 commented 4 years ago

Hello !

I had to install the package and after my first tests, I got this error: "Undefined variable: controller in \ vendor \ awt \ apilogger \ src \ AbstractLogger.php" line 78. So I cloned the package, spot the bug and just fixed it by initializing the variable before use it in AbstractLogger.php file.