Skip to content

Commit b5bf0a3

Browse files
committed
ICL: Error test added.
1 parent 0aad5d8 commit b5bf0a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Loggable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ protected function initializeLogging()
4040
],
4141
],
4242
]);
43+
$log->error('Error Test!');
4344
}
4445

4546
private function getLogHandlers()

0 commit comments

Comments
 (0)