mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
init section
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user