We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db20c1 commit 74d903fCopy full SHA for 74d903f
1 file changed
src/cli/controllers/StaticCacheController.php
@@ -8,15 +8,6 @@
8
9
class StaticCacheController extends Controller
10
{
11
- public function actionPurgePrefixes(string ...$prefixes): int
12
- {
13
- $this->do('Purging prefixes', function() use ($prefixes) {
14
- Module::getInstance()->getStaticCache()->purgeUrlPrefixes(...$prefixes);
15
- });
16
-
17
- return ExitCode::OK;
18
- }
19
20
public function actionPurgeTags(string ...$tags): int
21
22
$this->do('Purging tags', function() use ($tags) {
0 commit comments