We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb09ab commit 784875bCopy full SHA for 784875b
storage/db/seeds/InitGewaer.php
@@ -200,6 +200,8 @@ public function run()
200
'scope' => 0,
201
'companies_id' => 1,
202
'apps_id' => 1,
203
+ 'is_default' => 1,
204
+ 'is_active' => 1,
205
'created_at' => date('Y-m-d H:i:s'),
206
'is_deleted' => 0
207
], [
@@ -208,6 +210,8 @@ public function run()
208
210
209
211
212
213
214
215
216
217
@@ -216,6 +220,8 @@ public function run()
220
221
218
222
223
224
219
225
226
227
]
0 commit comments