Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Fixed missing comma and double backslash at namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztessadri committed Nov 19, 2017
1 parent 31d9e5e commit 83a4472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"extra": {
"laravel": {
"providers": [
"LaravelFCM\FCMServiceProvider"
"LaravelFCM\\FCMServiceProvider"
],
"aliases": {
"FCM" : "LaravelFCM\Facades\FCM"
"FCMGroup" : "LaravelFCM\Facades\FCMGroup"
"FCM": "LaravelFCM\\Facades\\FCM",
"FCMGroup": "LaravelFCM\\Facades\\FCMGroup"
}
}
}
Expand Down

0 comments on commit 83a4472

Please sign in to comment.