Skip to content

Commit cf91690

Browse files
committed
Updated plugin namespace in composer.json
1 parent 89eff86 commit cf91690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"NagibMahfuj\\\\LaravelSecurityPolicies\\\\": "src/"
31+
"NagibMahfuj\\LaravelSecurityPolicies\\": "src/"
3232
}
3333
},
3434
"extra": {
3535
"laravel": {
3636
"providers": [
37-
"NagibMahfuj\\\\LaravelSecurityPolicies\\\\LaravelSecurityPoliciesServiceProvider"
37+
"NagibMahfuj\\LaravelSecurityPolicies\\LaravelSecurityPoliciesServiceProvider"
3838
]
3939
}
4040
},

0 commit comments

Comments
 (0)