Skip to content

Commit 6d6ce87

Browse files
Merge pull request #95 from TheDragonCode/3.x
$components: Return value must be of type Illuminate\Console\View\Components\Factory, Illuminate\Support\Optional returned
2 parents 16ac8d0 + 2216a0a commit 6d6ce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications/Beautiful.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class Beautiful extends Notification
1212
{
13-
protected Factory|null $components = null;
13+
protected Factory|Optional|null $components = null;
1414

1515
public function line(string $string, ?string $style = null): void
1616
{

0 commit comments

Comments
 (0)