bumcheekcity

joined 1 year ago
[โ€“] bumcheekcity@programming.dev 1 points 1 year ago (1 children)

What is it about them that's a concern? Some specific use my your coworker that seems nonstandard?

[โ€“] bumcheekcity@programming.dev 1 points 1 year ago (3 children)

Laravel definitely uses a lot of static method calls. We use User::find($userID) to pick out a user and the Eloquent ORM uses static calls in the form User::where('name', 'Jim')->where('age', '>', 20)->get() etc.