Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeorgel authored and github-actions[bot] committed Oct 21, 2024
1 parent 6f00e34 commit 64c2ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Actions/Form/SubmitFormEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Hydrat\GroguCMS\Actions\Form;

use Hydrat\GroguCMS\Datas\FormEntryValue;
use Hydrat\GroguCMS\Events\FormEntryCreated;
use Hydrat\GroguCMS\Models\Form;
use Hydrat\GroguCMS\Models\FormEntry;
use Hydrat\GroguCMS\Models\FormField;
use Hydrat\GroguCMS\Datas\FormEntryValue;
use Lorisleiva\Actions\Concerns\AsAction;

class SubmitFormEntry
Expand Down
3 changes: 1 addition & 2 deletions src/Datas/FormEntryValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ public function __construct(
public string $label,
public mixed $value = null,
public bool $required = false,
) {
}
) {}

public function displayValue(): string
{
Expand Down

0 comments on commit 64c2ed8

Please sign in to comment.