Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 1c18512

Browse files
Uncomment tasks in OrcaSlicerCommand and update migration filenames for consistency.
1 parent 89ed3c4 commit 1c18512

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/Console/Commands/OrcaSlicerCommand.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ class OrcaSlicerCommand extends Command
1616

1717
public function handle(DownloadService $download, ImportService $import): void
1818
{
19-
//$this->components->task('Clean up', fn () => $download->cleanup());
20-
//$this->components->task('Download', fn () => $download->download());
21-
//$this->components->task('Extract', fn () => $download->extract());
22-
//$this->components->task('Release', fn () => $download->release());
19+
$this->components->task('Clean up', fn () => $download->cleanup());
20+
$this->components->task('Download', fn () => $download->download());
21+
$this->components->task('Extract', fn () => $download->extract());
22+
$this->components->task('Release', fn () => $download->release());
2323
$this->components->task('Import profiles', fn () => $import->profiles());
2424
}
2525
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)