mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04: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