rm whitespace

This commit is contained in:
spencerrlongg 2023-10-12 14:53:17 -05:00
parent 9b53b0fedc
commit f3bd23da3d

View file

@ -42,7 +42,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration
}
});
DB::table( 'assets')
DB::table('assets')
->whereNull('asset_eol_date')
->whereNotNull('purchase_date')
->whereNotNull('model_id')