diff --git a/database/migrations/2017_03_16_085702_add_gateway_fee_location.php b/database/migrations/2017_03_16_085702_add_gateway_fee_location.php index 70a37a88b447..20e44d731d8b 100644 --- a/database/migrations/2017_03_16_085702_add_gateway_fee_location.php +++ b/database/migrations/2017_03_16_085702_add_gateway_fee_location.php @@ -23,7 +23,7 @@ class AddGatewayFeeLocation extends Migration DB::statement('update invoice_items left join invoices on invoices.id = invoice_items.invoice_id set invoice_item_type_id = 2 - where invoices.has_tasks = 1') + where invoices.has_tasks = 1'); } /**