Skip to content

Commit 14eec5a

Browse files
author
Younès
committed
php syntax highlighting
1 parent 4f33fb2 commit 14eec5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Update your `composer.json` file to include this package as a dependency
1212
```
1313

1414
Register the PushNotification service provider by adding it to the providers array in the `app/config/app.php` file.
15-
```
15+
```php
1616
'providers' => array(
1717
Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
1818
)
@@ -33,7 +33,7 @@ php artisan config:publish davibennun/laravel-push-notification
3333
```
3434

3535
This will generate a config file like this
36-
```
36+
```php
3737
array(
3838
'appNameIOS'=>array(
3939
'environment' => 'development',

0 commit comments

Comments
 (0)