mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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