Toán tử mũi tên không hoạt động trong mảng. Sử dụng cái này thay thế:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()
Toán tử mũi tên không hoạt động trong mảng. Sử dụng cái này thay thế:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()