From 09758de58705810fc867bf4eec3a5859ef09ce41 Mon Sep 17 00:00:00 2001 From: Simon Rogers Date: Wed, 11 Jul 2018 19:54:15 +0100 Subject: [PATCH] Correct the readme formatting --- readme-laravel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme-laravel.md b/readme-laravel.md index 2496ce5..8fe4301 100644 --- a/readme-laravel.md +++ b/readme-laravel.md @@ -51,7 +51,7 @@ configuration issues as those are stored in the `config/prowl.php` file. You can use the Facade if you want to, but in the examples I provide I'll inject them as it's a little more efficient to do it that way. - +```php add($msg); } } +``` The `setApiKeys` method can take either an array of api keys (or config'ed aliases) or a single string. You can call the method any number of times you want and it will continue to add api keys to the `Notification` object.