Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored and actions-user committed Jun 29, 2021
1 parent bc6cd0d commit b599742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/ImportIconsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function handle(Factory $factory, IconsManifest $manifest): int
$this->info('Starting to import icon sets...');

DB::transaction(function () {

Icon::query()->delete();

IconSet::each(function (IconSet $iconSet) {
Expand Down

0 comments on commit b599742

Please sign in to comment.