Skip to content

Commit 1d961a5

Browse files
authored
Merge pull request #7 from shahbaz17/patch-1
Missing ' before LaravelMsg91 aliases
2 parents 71120cb + d081ccc commit 1d961a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RobinCSamuel\LaravelMsg91\LaravelMsg91ServiceProvider::class
3535
Next, locate the `aliases` key and add the following line:
3636

3737
```php
38-
LaravelMsg91' => RobinCSamuel\LaravelMsg91\Facades\LaravelMsg91::class,
38+
'LaravelMsg91' => RobinCSamuel\LaravelMsg91\Facades\LaravelMsg91::class,
3939
```
4040
Put the credentials & preferences in ENV with the keys `MSG91_KEY`, `MSG91_SENDER_ID`, `MSG91_ROUTE`, `MSG91_COUNTRY`. If you wan't to customize this, publish the default configuration which will create a config file `config/msg91.php`.
4141

0 commit comments

Comments
 (0)