Skip to content

Commit 8a603c8

Browse files
authored
Update README.md
1 parent be29e21 commit 8a603c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $rotation = new Rotation([
4444
'files' => 1,
4545
'compress' => true,
4646
'min-size' => 10,
47-
'then' => function ($filename) {},
47+
'then' => function ($filenameTarget, $filenameRotated) {},
4848
'catch' => function ($error) {},
4949
]);
5050

0 commit comments

Comments
 (0)