Skip to content

Commit f713ac7

Browse files
committed
php 7.3 fix
1 parent 68319a3 commit f713ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/RotativeProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class RotativeProcessor extends AbstractProcessor
66
{
7-
private int $maxFiles = 366;
7+
private $maxFiles = 366;
88

99
/**
1010
* Max num file rotate

0 commit comments

Comments
 (0)