Fixing the array_get misspelling.
This commit is contained in:
parent
258169ea00
commit
f148f6211c
|
@ -544,7 +544,7 @@ public function get_dirty()
|
|||
*/
|
||||
public function get_key()
|
||||
{
|
||||
return get_array($this->original, static::$key);
|
||||
return array_get($this->original, static::$key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue