Skip to content

Commit b92554d

Browse files
committed
docs: update sample code
1 parent af9df72 commit b92554d

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

docs/getting_started/install.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,8 @@ your project.
124124

125125
class Email extends BaseConfig
126126
{
127-
/**
128-
* @var string
129-
*/
130-
public $fromEmail = '[email protected]';
131-
132-
/**
133-
* @var string
134-
*/
135-
public $fromName = 'your name';
136-
127+
public string $fromEmail = '[email protected]';
128+
public string $fromName = 'your name';
137129
// ...
138130
}
139131
```

0 commit comments

Comments
 (0)