Skip to content

Commit

Permalink
Add missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daynnnnn committed Aug 2, 2021
1 parent 5c35e90 commit f96cf80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ForwardAuthUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
namespace Daynnnnn\Statamic\Auth\ForwardAuth;

use Daynnnnn\Statamic\Auth\ForwardAuth\AuthServices\AuthServiceContract;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Contracts\Auth\UserProvider as UserProviderContract;
use Illuminate\Support\Facades\Hash;
use Statamic\Auth\UserProvider;
use Statamic\Facades\User;

Expand Down

0 comments on commit f96cf80

Please sign in to comment.