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 be29e21 commit 8a603c8Copy full SHA for 8a603c8
README.md
@@ -44,7 +44,7 @@ $rotation = new Rotation([
44
'files' => 1,
45
'compress' => true,
46
'min-size' => 10,
47
- 'then' => function ($filename) {},
+ 'then' => function ($filenameTarget, $filenameRotated) {},
48
'catch' => function ($error) {},
49
]);
50
0 commit comments