Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored and github-actions[bot] committed Oct 2, 2024
1 parent bd47734 commit 54893cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Components/Fields/SignaturePad.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class SignaturePad extends Field implements Contracts\CanBeLengthConstrained, Contracts\HasAffixActions
{
use CanDisplayTemplate;
use Concerns\CanBeAutocapitalized;
use Concerns\CanBeAutocompleted;
use Concerns\CanBeLengthConstrained;
Expand All @@ -20,7 +21,6 @@ class SignaturePad extends Field implements Contracts\CanBeLengthConstrained, Co
use Concerns\HasInputMode;
use Concerns\HasPlaceholder;
use HasExtraAlpineAttributes;
use CanDisplayTemplate;
use HasSignaturePadAttributes;

const PACKAGE_NAME = 'coolsam/signature-pad';
Expand Down
1 change: 0 additions & 1 deletion src/Forms/Concerns/CanDisplayTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trait CanDisplayTemplate
protected bool | Closure | null $displayTemplate = true;

/**
* @param bool $displayTemplate
* @return CanDisplayTemplate
*/
public function displayTemplate(bool $displayTemplate = true): static
Expand Down

0 comments on commit 54893cf

Please sign in to comment.