Skip to content

Commit

Permalink
Merge pull request #1 from auchanhub/fix-symfony-storage
Browse files Browse the repository at this point in the history
Fix compatibility of SymfonyStorage class with parent
  • Loading branch information
auchanhub committed Dec 14, 2020
2 parents cfe26cf + 23dc504 commit 02d6bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clockwork/Storage/SymfonyStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(Profiler $profiler, $path)
}

// Store request, no-op since this is read-only storage implementation
public function store(Request $request)
public function store(Request $request, $skipIndex = false)
{
return;
}
Expand Down

0 comments on commit 02d6bd6

Please sign in to comment.