We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8a429 commit fcf55d1Copy full SHA for fcf55d1
packages/router/src/Stateless.php
@@ -4,6 +4,9 @@
4
5
use Attribute;
6
7
+/**
8
+ * Mark a route handler as stateless, causing all cookie- and session-related middleware to be skipped.
9
+ */
10
#[Attribute(Attribute::TARGET_METHOD)]
11
final class Stateless
12
{
0 commit comments