Skip to content

Commit 784875b

Browse files
committed
update users
1 parent 4cb09ab commit 784875b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

storage/db/seeds/InitGewaer.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ public function run()
200200
'scope' => 0,
201201
'companies_id' => 1,
202202
'apps_id' => 1,
203+
'is_default' => 1,
204+
'is_active' => 1,
203205
'created_at' => date('Y-m-d H:i:s'),
204206
'is_deleted' => 0
205207
], [
@@ -208,6 +210,8 @@ public function run()
208210
'scope' => 0,
209211
'companies_id' => 1,
210212
'apps_id' => 1,
213+
'is_default' => 1,
214+
'is_active' => 1,
211215
'created_at' => date('Y-m-d H:i:s'),
212216
'is_deleted' => 0
213217
], [
@@ -216,6 +220,8 @@ public function run()
216220
'scope' => 0,
217221
'companies_id' => 1,
218222
'apps_id' => 1,
223+
'is_default' => 1,
224+
'is_active' => 1,
219225
'created_at' => date('Y-m-d H:i:s'),
220226
'is_deleted' => 0
221227
]

0 commit comments

Comments
 (0)