Skip to content

Commit 85ae013

Browse files
committed
fix: patch up model query issue
1 parent 72a0783 commit 85ae013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ public function __set($name, $value)
120120

121121
public function __call($name, $arguments)
122122
{
123-
return $this->get()->$name(...$arguments);
123+
return $this->table()->$name(...$arguments);
124124
}
125125
}

0 commit comments

Comments
 (0)