Skip to content

Commit b53fba4

Browse files
Typo fix
1 parent 69b05de commit b53fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTMLMinServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ protected function registerMinifyCompiler(Application $app)
200200
$app->singleton('htmlmin.compiler', function ($app) {
201201
$blade = $app['htmlmin.blade'];
202202
$files = $app['files'];
203-
$storagePath = $app->get('view.compiled');
203+
$storagePath = $app->config->get('view.compiled');
204204

205205
return new Compilers\MinifyCompiler($blade, $files, $storagePath);
206206
});

0 commit comments

Comments
 (0)