PlateaBar's avatar

compact() returns empty

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?

0 likes
1 reply
PlateaBar's avatar
PlateaBar
OP
Best Answer
Level 1

Sorry.. My bad... compact('user');

Please or to participate in this conversation.