Skip to content

Commit

Permalink
Migrations: Fix comment typo ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMis committed Sep 5, 2023
1 parent 8d3fc99 commit a9c7e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/20220915100902_add_fonts_table_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function change()
$this->execute('DELETE FROM `lktagmedia` WHERE `lktagmedia`.`mediaId` = '
. $fontMedia['mediaId']);

// player software files assigned directly to the Display.
// font files assigned directly to the Display.
$this->execute('DELETE FROM `lkmediadisplaygroup` WHERE `lkmediadisplaygroup`.mediaId = '
. $fontMedia['mediaId']);
}
Expand Down

0 comments on commit a9c7e86

Please sign in to comment.