Fixing the array_get misspelling.

This commit is contained in:
RK 2012-09-24 10:35:07 -04:00
parent 258169ea00
commit f148f6211c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**