init section

This commit is contained in:
xiaomlove
2022-09-06 20:45:29 +08:00
parent fb329f72cc
commit f68b88f754
16 changed files with 496 additions and 5 deletions
+5 -1
View File
@@ -86,7 +86,11 @@ class Test extends Command
*/
public function handle()
{
$box = SearchBox::query()->find(6);
$update = [
'extra->taxonomy_labels->ss' => '444'
];
$box->update($update);
}