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 67ebff6 commit 0f77d85Copy full SHA for 0f77d85
Configuration/Services.yaml
@@ -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