Skip to content

Commit 0f77d85

Browse files
author
Francois Suter
committed
[TASK] Declare command controller in services file (TYPO3 11 compatibility)
1 parent 67ebff6 commit 0f77d85

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Configuration/Services.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Configuration/Services.yaml
2+
services:
3+
_defaults:
4+
autowire: true
5+
autoconfigure: true
6+
public: false
7+
8+
Cobweb\FlushLanguageCache\:
9+
resource: '../Classes/*'
10+
11+
Cobweb\FlushLanguageCache\Command\FlushLanguageCacheCommand:
12+
tags:
13+
- name: 'console.command'
14+
command: 'languagecache:flush'
15+
description: 'Clears the language cache (l10n).'
16+
schedulable: true

0 commit comments

Comments
 (0)