From: soufiane Date: Thu, 8 Feb 2024 17:20:15 +0000 (+0100) Subject: wip #6717 @3:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=18d5c6481beec49145e6cf64b6133eb72012e73e;p=fluidbook-toolbox.git wip #6717 @3:00 --- diff --git a/app/Console/Commands/WorkshopMigration.php b/app/Console/Commands/WorkshopMigration.php index e48482a07..118018c25 100644 --- a/app/Console/Commands/WorkshopMigration.php +++ b/app/Console/Commands/WorkshopMigration.php @@ -49,7 +49,6 @@ class WorkshopMigration extends CubistCommand 'Migrate magic models' => 'migrate', 'Import documents' => 'importDocuments', 'Import publications' => 'importPublications', - 'Export publications' => 'exportPublications', 'Clean caches' => 'cleanCache' ]; @@ -192,10 +191,6 @@ class WorkshopMigration extends CubistCommand return $res; } - protected function exportPublications(){ - - } - protected function importPublications() { if ($this->option('publications') === 'none') {