formatting

This commit is contained in:
Taylor Otwell 2018-02-14 12:47:21 -06:00
parent c1149d9ee6
commit 2270f84c5a
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ Typically, you should place these kinds of routes outside of the `web` middlewar
'http://example.com/foo/*',
];
}
> {tip} When running tests the CSRF Middleware is disabled.
> {tip} The CSRF middleware is automatically disabled when [running tests](/docs/{{version}}/testing).
<a name="csrf-x-csrf-token"></a>
## X-CSRF-TOKEN

View File

@ -67,7 +67,7 @@ You may use the `withHeaders` method to customize the request's headers before i
}
}
> {tip} When running tests the CSRF Middleware is disabled.
> {tip} The CSRF middleware is automatically disabled when running tests.
<a name="session-and-authentication"></a>
## Session / Authentication