Olivier Massot преди 3 години
родител
ревизия
158b27a158
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/Commands/DolibarrSyncCommand.php
  2. 1 1
      src/Commands/PostUpgrade/V0_2/PostUpgradeCommand.php

+ 1 - 1
src/Commands/DolibarrSyncCommand.php

@@ -12,7 +12,7 @@ use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Output\OutputInterface;
 
 #[AsCommand(
-    name: 'opentalent:dolibarr-sync',
+    name: 'ot:dolibarr-sync',
     description: 'Push the latest data from the Opentalent DB to dolibarr'
 )]
 class DolibarrSyncCommand extends Command

+ 1 - 1
src/Commands/PostUpgrade/V0_2/PostUpgradeCommand.php

@@ -10,7 +10,7 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 
 #[AsCommand(
-    name: 'opentalent:upgrade:0.2',
+    name: 'ot:upgrade:0.2',
     description: 'Execute the post-upgrade scripts for Ap2i v0.2'
 )]
 class PostUpgradeCommand extends Command