From 5aa10d6bd60267dc91c45ab3d1e8489d88282d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=88=E5=8F=94=E5=8F=94?= Date: Tue, 25 Jan 2022 10:15:36 +0800 Subject: [PATCH] =?UTF-8?q?User,=E6=8C=87=E5=90=91=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E4=BB=A3=E7=A0=81=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Api.php b/src/Api.php index d187511..432fb86 100644 --- a/src/Api.php +++ b/src/Api.php @@ -2,12 +2,13 @@ namespace Jason\Api; -use Illuminate\Foundation\Auth\User; use Illuminate\Support\Facades\Facade; +use Modules\User\Models\User; /** - * Class Api. + * Class Api * + * @package Jason * @method static string attempt(array $credentials, array $scopes = []) * @method static string login(User $user, array $scopes = []) * @method static int userId()