mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-04 01:31:44 -05:00
fix csfixer warnings
This commit is contained in:
@@ -21,7 +21,7 @@ class ChangeEnablePortalFieldOfCustomersTable extends Migration
|
||||
$customers = Customer::all();
|
||||
|
||||
if ($customers) {
|
||||
$customers->map(function ($customer) {
|
||||
$customers->map(function ($customer) {
|
||||
$customer->enable_portal = false;
|
||||
$customer->save();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user