We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ad93 commit 2822f34Copy full SHA for 2822f34
src/Auth/Model.php
@@ -93,7 +93,7 @@ public function delete(): \Leaf\Db
93
*
94
* @return \Leaf\Db
95
*/
96
- public function get($columns = '*'): \Leaf\Db
+ public function table($columns = '*'): \Leaf\Db
97
{
98
return $this->db->select($this->table, $columns)
99
->where('user_id', $this->user->id());
0 commit comments