We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118e1bb commit bec93e2Copy full SHA for bec93e2
src/Auth0/Login/Auth0Service.php
@@ -12,7 +12,7 @@
12
use Illuminate\Contracts\Config\Repository as ConfigRepository;
13
use Illuminate\Http\RedirectResponse;
14
use Psr\SimpleCache\CacheInterface;
15
-use \Illuminate\Contracts\Auth\Authenticatable;
+use Illuminate\Contracts\Auth\Authenticatable;
16
17
/**
18
* Service that provides access to the Auth0 SDK.
src/Auth0/Login/Contract/Auth0UserRepository.php
@@ -2,7 +2,7 @@
2
3
namespace Auth0\Login\Contract;
4
5
6
7
interface Auth0UserRepository
8
{
0 commit comments