Skip to content

Commit

Permalink
Adjust icon in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Volmarg committed Oct 11, 2020
1 parent a3c8f8b commit 0f9009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/Version20191108195910.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function up(Schema $schema) : void
// Transferring my_car into schedules
$this->addSql("
INSERT INTO `my_schedule_type` (`id`, `name`, `icon`, `deleted`)
VALUES (1, 'car', 'far fa-car', 0)"
VALUES (1, 'car', 'fas fa-car', 0)"
);

$this->addSql("
Expand Down

0 comments on commit 0f9009a

Please sign in to comment.