diff --git a/config/api.php b/config/api.php index e482046f..40c6626b 100644 --- a/config/api.php +++ b/config/api.php @@ -168,6 +168,7 @@ */ 'auth' => [ + 'passport' => \Someline\Api\Auth\Provider\Passport::class // 'oauth' => \Someline\Api\Auth\Provider\OAuth2::class, // 'jwt' => Dingo\Api\Auth\Provider\JWT::class, ],