Skip to content

Commit 3b36199

Browse files
committed
Merge pull request #18 from IsraelOrtuno/patch-1
Fixed class typo
2 parents ceff2fd + b8e9f7b commit 3b36199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The abstract `Dingo\Api\Auth\Provider\Authorization` can be extended should your
130130

131131
use Illuminate\Http\Request;
132132
use Dingo\Api\Routing\Route;
133-
use Dingo\Api\Auth\Provider\Authorzation;
133+
use Dingo\Api\Auth\Provider\Authorization;
134134
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
135135
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
136136

0 commit comments

Comments
 (0)