From 37bd2970947a087837293e74ed1bc77fde39a64a Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 27 Nov 2023 14:05:38 -0800 Subject: [PATCH] Fix typo --- ...ormalized_eol_and_add_column_for_explicit_date_to_assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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