Level 1
Sorry.. My bad... compact('user');
Hello!. I have an array like this: $user = ['email'=>'[email protected]', 'name'=>'Richard Chamberlain']; And when I do: compact($user) i get empty Is compact() available on Lumen?
Sorry.. My bad... compact('user');
Please or to participate in this conversation.