From f3bd23da3da69bef2171d12e725d7a99305309ed Mon Sep 17 00:00:00 2001 From: spencerrlongg Date: Thu, 12 Oct 2023 14:53:17 -0500 Subject: [PATCH] rm whitespace --- ...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 ca067c3d4a..8d3ca96829 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 @@ -42,7 +42,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration } }); - DB::table( 'assets') + DB::table('assets') ->whereNull('asset_eol_date') ->whereNotNull('purchase_date') ->whereNotNull('model_id')