mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-24 05:34:26 +00:00
fix variable name
This commit is contained in:
parent
d2cad4833e
commit
d2828306fa
@ -256,9 +256,9 @@ class Valid
|
||||
}
|
||||
|
||||
// Magnet
|
||||
public static function magnet(mixed $data) : bool
|
||||
public static function magnet(mixed $value) : bool
|
||||
{
|
||||
if (!is_object($data))
|
||||
if (!is_object($value))
|
||||
{
|
||||
array_push(
|
||||
self::$_error,
|
||||
|
Loading…
x
Reference in New Issue
Block a user