diff --git a/src/Auth/Model.php b/src/Auth/Model.php index f91efdf..bbaadc1 100644 --- a/src/Auth/Model.php +++ b/src/Auth/Model.php @@ -93,7 +93,7 @@ public function delete(): \Leaf\Db * * @return \Leaf\Db */ - public function get($columns = '*'): \Leaf\Db + public function table($columns = '*'): \Leaf\Db { return $this->db->select($this->table, $columns) ->where('user_id', $this->user->id());