Closed Semvrij closed 1 year ago
Issue with translated json values
$question = Question::create([ 'question' => 'What is the color of a banana', 'answer' => 'Yellow', 'other_answers' => ['Red', 'Green', 'Purple'] ]); dd($question->other_answers); // ""
Issue with translated json values