We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f74f0 commit 2216a0aCopy full SHA for 2216a0a
src/Notifications/Beautiful.php
@@ -10,7 +10,7 @@
10
11
class Beautiful extends Notification
12
{
13
- protected Factory|null $components = null;
+ protected Factory|Optional|null $components = null;
14
15
public function line(string $string, ?string $style = null): void
16
0 commit comments