Hi there, Have just finished installing and configuring this package to a project, and found out the Facade/Provider lines mentioned did not work for me. **Facade/Alias** I replaced `'HTMLMin' => HTMLMin\HTMLMin\Facades\HTMLMin::class,` with `'HTMLMin' => GrahamCampbell\HTMLMin\Facades\HTMLMin::class,` **Service Provider** I replaced `HTMLMin\HTMLMin\Http\Middleware\MinifyMiddleware` with `GrahamCampbell\HTMLMin\HTMLMinServiceProvider::class`. Both substitutes mentioned above worked in my case. I just would like to confirm if this is correct?