Skip to content

Commit e054e37

Browse files
authored
README spacing fixes
1 parent 3b26f3f commit e054e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ This channel will use your InterFAX username and password. To use the channel, a
4141
```php
4242
...
4343
'interfax' => [
44-
'username' => env('INTERFAX_USERNAME'),
45-
'password' => env('INTERFAX_PASSWORD'),
46-
'pci' => env('INTERFAX_PCI', false),
44+
'username' => env('INTERFAX_USERNAME'),
45+
'password' => env('INTERFAX_PASSWORD'),
46+
'pci' => env('INTERFAX_PCI', false),
4747
],
4848
...
4949
```
@@ -68,7 +68,7 @@ class DocumentWasSent extends Notification
6868

6969
public function __construct(array $files)
7070
{
71-
$this->files = $files;
71+
$this->files = $files;
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)