Skip to content

Commit a22e34d

Browse files
authored
Update ServiceProvider & Facade alias
1 parent 6dd7e23 commit a22e34d

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
@@ -47,10 +47,10 @@
4747
},
4848
"laravel": {
4949
"providers": [
50-
"GrahamCampbell\\HTMLMin\\HTMLMinServiceProvider"
50+
"HTMLMin\\HTMLMin\\HTMLMinServiceProvider"
5151
],
5252
"aliases": {
53-
"HTMLMin": "GrahamCampbell\\HTMLMin\\Facades\\HTMLMin"
53+
"HTMLMin": "HTMLMin\\HTMLMin\\Facades\\HTMLMin"
5454
}
5555
}
5656
},

0 commit comments

Comments
 (0)