delay statuses module updated
This commit is contained in:
parent
d8fea048d1
commit
b400487e0c
@ -3,9 +3,9 @@
|
||||
class ContractStatus
|
||||
{
|
||||
const NEW = 'NEW';
|
||||
const TREATY = 'TREATY';
|
||||
const RESERVATION = 'RESERVATION';
|
||||
const SUCCESS = "SUSSCESS";
|
||||
const TREATY = 'TREATY'; //переговоры
|
||||
const RESERVATION = 'RESERVATION'; //бронь
|
||||
const SUCCESS = "SUCCESS";
|
||||
const DECLINE = "DECLINE";
|
||||
}
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
@ -32,4 +32,4 @@ public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('client_contract');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user