Skip to content

Commit

Permalink
fix: trigger load.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Sep 7, 2022
1 parent 0913457 commit f76a57d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Providers/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
use Overtrue\Socialite\Contracts;
use Overtrue\Socialite\Exceptions;

class_exists(Contracts\FactoryInterface::class);
class_exists(Contracts\UserInterface::class);

abstract class Base implements Contracts\ProviderInterface
{
public const NAME = null;
Expand Down

0 comments on commit f76a57d

Please sign in to comment.