From 7b6cd8ea3cb4560c52b1cc389af51c0ed9b8b797 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Wed, 11 Oct 2017 12:39:24 -0300 Subject: [PATCH] Temporary fix for https://github.com/roots/sage-lib/pull/2. --- app/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup.php b/app/setup.php index ef3529a..56d5a21 100644 --- a/app/setup.php +++ b/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);