We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aad5d8 commit b5bf0a3Copy full SHA for b5bf0a3
src/Loggable.php
@@ -40,6 +40,7 @@ protected function initializeLogging()
40
],
41
42
]);
43
+ $log->error('Error Test!');
44
}
45
46
private function getLogHandlers()
0 commit comments