Skip to content

Commit ae92397

Browse files
WyattCast44github-actions[bot]
authored andcommitted
Fix styling
1 parent 8afad67 commit ae92397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class FormAction
1515
{
1616
use InteractsWithTheRequest,
1717
SupportsAuthorizationFeatures,
18-
SupportsValidationFeatures,
1918
SupportsComputedAttributeFeatures,
2019
SupportsPublicPropetyMappingFeatures,
20+
SupportsValidationFeatures,
2121
SuppportAutomaticAuthorizationValidationOnResolve;
2222

2323
public function __construct(protected ?Container $app = null, protected ?Request $request = null)

0 commit comments

Comments
 (0)