Skip to content

Commit bec93e2

Browse files
author
Evan Sims
committed
Remove unnecessary slashes on use classes
1 parent 118e1bb commit bec93e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Auth0/Login/Auth0Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Illuminate\Contracts\Config\Repository as ConfigRepository;
1313
use Illuminate\Http\RedirectResponse;
1414
use Psr\SimpleCache\CacheInterface;
15-
use \Illuminate\Contracts\Auth\Authenticatable;
15+
use Illuminate\Contracts\Auth\Authenticatable;
1616

1717
/**
1818
* Service that provides access to the Auth0 SDK.

src/Auth0/Login/Contract/Auth0UserRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Auth0\Login\Contract;
44

5-
use \Illuminate\Contracts\Auth\Authenticatable;
5+
use Illuminate\Contracts\Auth\Authenticatable;
66

77
interface Auth0UserRepository
88
{

0 commit comments

Comments
 (0)