Skip to content

Commit 01969d0

Browse files
committed
adapting to v2.9.0
1 parent 1010058 commit 01969d0

File tree

4 files changed

+228
-178
lines changed

4 files changed

+228
-178
lines changed

app/Enums/Examples/V2/Interactions/Toast.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ public function save(): void
147147
->send();
148148
HTML;
149149

150+
public const SOLE = <<<'HTML'
151+
$this->toast()
152+
->sole() // [tl! highlight]
153+
->success('Success', 'This is a success message.')
154+
->send();
155+
HTML;
156+
150157
public const IGNORING_EXPANDABLE = <<<'HTML'
151158
$this->toast()
152159
->expandable(false) // [tl! highlight]

0 commit comments

Comments
 (0)