Level 102
What is $message and $modal? Also what is the full error message?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i Want to store this code using array:
$request->session()->flash('message', $message);
$request->session()->flash('modal', $modal);
if i do that i get "Argument 1 passed" error
Please or to participate in this conversation.