Support the ongoing development of Laravel.io →
posted 10 years ago
Input
Last updated 2 years ago.
0

you have to use

function ($value) use ($sort){}
Last updated 2 years ago.
0

Like mikhailkozlov said you need to write 'use' keyword. PHP closures have their own scope so if you want to use some variables from outside of this closure, you have to pass them to use() keyword. Then you can use them inside.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

roryneil roryneil Joined 15 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.