Skip to content

Commit

Permalink
Update HasContainer::class. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jul 14, 2023
1 parent c2350aa commit f7f01a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Attribute/Custom/HasContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*/
trait HasContainer
{
protected bool $container = true;
protected array $containerAttributes = [];

/**
Expand Down
2 changes: 2 additions & 0 deletions tests/Attribute/Custom/HasContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function testContainerClass(): void
use HasContainer;

protected array $attributes = [];
protected bool $container = true;
protected string $containerTag = 'div';

public function getContainerClass(): string
Expand All @@ -41,6 +42,7 @@ public function testException(): void
use HasContainer;

protected array $attributes = [];
protected bool $container = true;
protected string $containerTag = '';
};

Expand Down

0 comments on commit f7f01a8

Please sign in to comment.