Commit f148f621 by RK

Fixing the array_get misspelling.

parent 258169ea
......@@ -544,7 +544,7 @@ abstract class Model {
*/
public function get_key()
{
return get_array($this->original, static::$key);
return array_get($this->original, static::$key);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment