This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Commit edd1231
committed
bug #14 Update EasyLogFormatter.php (szepczynski)
This PR was merged into the master branch.
Discussion
----------
Update EasyLogFormatter.php
Added root namespace for \Throwable. Without that i got:
PHP message: PHP Fatal error: Uncaught TypeError: Argument 1 passed to EasyCorp\EasyLog\EasyLogFormatter::formatThrowable() must be an instance of EasyCorp\EasyLog\Throwable, instance of Symfony\Component\Security\Core\Exception\AccessDeniedException given
Commits
-------
41b6783 Update EasyLogFormatter.php1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
0 commit comments