Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattCast44 authored and github-actions[bot] committed Sep 2, 2023
1 parent 8afad67 commit ae92397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class FormAction
{
use InteractsWithTheRequest,
SupportsAuthorizationFeatures,
SupportsValidationFeatures,
SupportsComputedAttributeFeatures,
SupportsPublicPropetyMappingFeatures,
SupportsValidationFeatures,
SuppportAutomaticAuthorizationValidationOnResolve;

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

0 comments on commit ae92397

Please sign in to comment.