We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5744c14 commit c7be9bbCopy full SHA for c7be9bb
1 file changed
src/Service/User.php
@@ -58,7 +58,7 @@ public function getBind()
58
return $this->config->getBind();
59
}
60
61
- public function get()
+ public function find()
62
{
63
$class = $this->getClass();
64
$token = $this->app->get('jwt')->getToken();
0 commit comments