浏览代码

fix CLI commands after typo3 update

Olivier Massot 2 年之前
父节点
当前提交
622a3cfbfd
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      ot_admin/Configuration/Services.yaml

+ 9 - 9
ot_admin/Configuration/Services.yaml

@@ -7,19 +7,25 @@ services:
   Opentalent\OtAdmin\:
     resource: '../Classes/*'
 
-  Opentalent\OtAdmin\Command\CreateOrganizationCommand:
+  Opentalent\OtAdmin\Command\UpdateSiteCommand:
+    tags:
+      - name: console.command
+        command: 'ot:site:update'
+        schedulable: false
+
+  Opentalent\OtAdmin\Command\CreateSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:create'
         schedulable: false
 
-  Opentalent\OtAdmin\Command\DeleteOrganizationCommand:
+  Opentalent\OtAdmin\Command\DeleteSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:delete'
         schedulable: false
 
-  Opentalent\OtAdmin\Command\UndeleteOrganizationCommand:
+  Opentalent\OtAdmin\Command\UndeleteSiteCommand:
     tags:
       - name: console.command
         command: 'ot:site:undelete'
@@ -43,12 +49,6 @@ services:
         command: 'ot:site:reset-perms'
         schedulable: true
 
-  Opentalent\OtAdmin\Command\UpdateRoutingIndexCommand:
-    tags:
-      - name: console.command
-        command: 'ot:site:index'
-        schedulable: true
-
   Opentalent\OtAdmin\Command\GetSiteStatusCommand:
     tags:
       - name: console.command