Skip to content
Commit ec384cb5 authored by stardisblue's avatar stardisblue Committed by GitHub
Browse files

bad variable name

```
        public static function parse($value)
        {
            // Parse the data from MySQL.
-             return new static($part[0],$part[1]);
+            return new static($value[0], $value[1]);
        }
```
parent 1ca20de7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment