mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-30 17:54:04 +00:00
entity api
This commit is contained in:
@@ -19,7 +19,7 @@ class SodaVendorEntitySignaturesTableSeeder extends Seeder
|
||||
[
|
||||
'id' => 1,
|
||||
'entity_id' => 1,
|
||||
'type' => 1,
|
||||
'type' => config('constants.entity.signature.master_key'),
|
||||
'status' => 1,
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
@@ -27,7 +27,7 @@ class SodaVendorEntitySignaturesTableSeeder extends Seeder
|
||||
[
|
||||
'id' => 2,
|
||||
'entity_id' => 2,
|
||||
'type' => 1,
|
||||
'type' => config('constants.entity.signature.master_key'),
|
||||
'status' => 1,
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
|
||||
Reference in New Issue
Block a user