Skip to content

Commit b32ffa5

Browse files
Update config/sanctum.php
Co-authored-by: Dinh Quoc Han <dqh@dinhquochan.com>
1 parent 0ab10ce commit b32ffa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sanctum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Illuminate\Cookie\Middleware\EncryptCookies;
4-
use Illuminate\Foundation\Http\Middleware\ValidateCsrfToke;
4+
use Illuminate\Foundation\Http\Middleware\ValidateCsrfToken;
55
use Laravel\Sanctum\Sanctum;
66

77
return [

0 commit comments

Comments
 (0)