We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591553c commit e56d765Copy full SHA for e56d765
composer.json
@@ -22,7 +22,7 @@
22
"illuminate/database": ">= 5.7",
23
"illuminate/encryption" : ">= 5.7",
24
"illuminate/support": ">= 5.7",
25
- "monolog/monolog": ">= 1"
+ "monolog/monolog": ">= 2"
26
},
27
"autoload": {
28
"psr-4": {
src/DatabaseHandler.php
@@ -92,7 +92,7 @@ public function setEncryptionKey(string $encryptionKey): DatabaseHandler
92
/**
93
* {@inheritdoc}
94
*/
95
- protected function write(array $record)
+ protected function write(array $record): void
96
{
97
if (is_object($record['context']) && ($record['context'] instanceof \Closure)) {
98
$context = 'Closure';
0 commit comments