diff --git a/src/Auth/Model.php b/src/Auth/Model.php index bbaadc1..92d4aaf 100644 --- a/src/Auth/Model.php +++ b/src/Auth/Model.php @@ -120,6 +120,6 @@ public function __set($name, $value) public function __call($name, $arguments) { - return $this->get()->$name(...$arguments); + return $this->table()->$name(...$arguments); } }