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 058f24f commit 7dccbc9Copy full SHA for 7dccbc9
composer.json
@@ -23,7 +23,7 @@
23
],
24
"require": {
25
"php": "^8.0",
26
- "devdot/monolog-parser": "^1.3",
+ "devdot/monolog-parser": "^1.4",
27
"illuminate/contracts": "^9",
28
"illuminate/console": "^9"
29
},
src/Models/Log.php
@@ -37,10 +37,7 @@ public function getFilename(): string {
37
return $this->filename;
38
}
39
40
- /**
41
- * @return array<int, \Devdot\Monolog\LogRecord>
42
- */
43
- public function getRecords(): array {
+ public function getRecords(): \Devdot\Monolog\Log {
44
// simply access the parser
45
return $this->parser->get();
46
0 commit comments