Update company defaults
This commit is contained in:
parent
6ed9dc5729
commit
c4f47cb33c
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use App\Models\Company;
|
||||
use App\Models\Gateway;
|
||||
use App\Utils\Ninja;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
|
@ -27,6 +28,10 @@ class ReverseAppleDomainForHosted extends Migration
|
|||
}
|
||||
}
|
||||
|
||||
Company::cursor()->each(function ($company){
|
||||
$company->update(['markdown_email_enabled' => true]);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue