Factories::models breaks __callStatic function arguments passed to the class |
I don't understand?
After array shifting $name and $options from the $arguments array, what remains is the ConnectionInterface object wrapped in an array. So unpacking will still work. See https://3v4l.org/NCRCC |
Messages In This Thread |
Factories::models breaks __callStatic function arguments passed to the class - by stopz - 09-28-2022, 01:34 AM
RE: Factories::models breaks __callStatic function arguments passed to the class - by kenjis - 09-28-2022, 02:30 PM
RE: Factories::models breaks __callStatic function arguments passed to the class - by paulbalandan - 10-05-2022, 03:06 AM
RE: Factories::models breaks __callStatic function arguments passed to the class - by stopz - 10-27-2022, 02:54 AM
RE: Factories::models breaks __callStatic function arguments passed to the class - by kenjis - 10-27-2022, 06:11 AM
|