Skip to content

Commit 06ca17d

Browse files
committed
Conteneur pr messages flash
1 parent 40a067e commit 06ca17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/View/Components/Blocks/Flash.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(
2323
*/
2424
public function render(): string
2525
{
26-
return $this->renderSessionMessages() . $this->renderLegacyMessages();
26+
return '<div class="well">' . $this->renderSessionMessages() . $this->renderLegacyMessages() . '</div>';
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)