Skip to content

Commit 9ccc7e5

Browse files
committed
update
1 parent 1353190 commit 9ccc7e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Error.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class Error
1212

1313
public function __construct()
1414
{
15-
$this->tag('div');
15+
$this->tag('span');
16+
$this->class('help-block');
1617
}
1718

1819
public function message(string $message): self

0 commit comments

Comments
 (0)