Der Pfeiloperator funktioniert nicht in Arrays. Verwenden Sie stattdessen Folgendes:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()
Der Pfeiloperator funktioniert nicht in Arrays. Verwenden Sie stattdessen Folgendes:
DB::table('emails')
->whereJsonContains('to', [['emailAddress' => ['address' => '[email protected]']]])
->get()