Skip to content

Commit

Permalink
Update src/Job/DeleteStaticCacheJob.php
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Boyd <[email protected]>
  • Loading branch information
chrispenny and emteknetnz authored Aug 10, 2023
1 parent 74cde55 commit 902ee22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Job/DeleteStaticCacheJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
class DeleteStaticCacheJob extends Job
{
private static int $chunk_size = 2000;
private static $chunk_size = 2000;

public function getTitle(): string
{
Expand Down

0 comments on commit 902ee22

Please sign in to comment.