Ned Zimmerman 7 years ago
parent
commit
7b6cd8ea3c
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 2
      app/setup.php

2
app/setup.php

@ -149,7 +149,7 @@ add_action('after_setup_theme', function () {
/**
* Add Blade to Sage container
*/
sage()->singleton('sage.blade', function (Container $app) {
sage()->singleton('sage.blade', function (\Illuminate\Container\Container $app) {
$cachePath = config('view.compiled');
if (!file_exists($cachePath)) {
wp_mkdir_p($cachePath);

Loading…
Cancel
Save