Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsklopstra committed Oct 1, 2020
1 parent cfcde62 commit e57b858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Fields/BooleanField.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BooleanField extends NebulaField
protected string $false = 'False';

/**
* Set the true label
* Set the true label.
*
* @param string $label
* @return $this
Expand All @@ -23,7 +23,7 @@ public function true(string $label): self
}

/**
* Set the false label
* Set the false label.
*
* @param string $label
* @return $this
Expand Down
4 changes: 1 addition & 3 deletions src/Fields/TextareaField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@

class TextareaField extends NebulaField
{
use HasHelperText;

use HasPlaceholder;
use HasPlaceholder, HasHelperText;
}

0 comments on commit e57b858

Please sign in to comment.