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.
bumcheekcity
joined 1 year ago
What is it about them that's a concern? Some specific use my your coworker that seems nonstandard?