Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 83a4472

Browse files
committed
Fixed missing comma and double backslash at namespaces
1 parent 31d9e5e commit 83a4472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"extra": {
3939
"laravel": {
4040
"providers": [
41-
"LaravelFCM\FCMServiceProvider"
41+
"LaravelFCM\\FCMServiceProvider"
4242
],
4343
"aliases": {
44-
"FCM" : "LaravelFCM\Facades\FCM"
45-
"FCMGroup" : "LaravelFCM\Facades\FCMGroup"
44+
"FCM": "LaravelFCM\\Facades\\FCM",
45+
"FCMGroup": "LaravelFCM\\Facades\\FCMGroup"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)