From ff4c0035e85cc99988ff6783a18b1bf15bd29b62 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 14 Dec 2022 15:52:31 +0100 Subject: [PATCH] Fix heading --- source/docs/v3/integrations/sanctum.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/sanctum.blade.md b/source/docs/v3/integrations/sanctum.blade.md index 6e7ca4a..b9a9617 100644 --- a/source/docs/v3/integrations/sanctum.blade.md +++ b/source/docs/v3/integrations/sanctum.blade.md @@ -27,7 +27,7 @@ Route::group(['prefix' => config('sanctum.prefix', 'sanctum')], static function }); ``` -### Sanctum's csrf-cookie in both the central and the tenant app +### Sanctum's csrf-cookie route in both the central and the tenant app To use the `sanctum.csrf-cookie` route in both the central and the tenant apps: