diff --git a/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php b/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php index e3fe4fb230..f47df93917 100644 --- a/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php +++ b/database/migrations/2023_07_13_052204_denormalized_eol_and_add_column_for_explicit_date_to_assets.php @@ -69,7 +69,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration } /** - * This method returns the correct database express for either + * This method returns the correct database expression for either * mysql or sqlite depending on the driver being used. */ private function eolUpdateExpression(): Expression