1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Fix provider autoregistration

This commit is contained in:
Samuel Štancl 2021-05-24 18:16:41 +02:00 committed by GitHub
parent 74244018e9
commit ecb6d1baa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
"extra": { "extra": {
"laravel": { "laravel": {
"providers": [ "providers": [
"ArchTech\\SEO\\PackageServiceProvider" "ArchTech\\SEO\\SEOServiceProvider"
] ]
} }
} }