From b34bfeab3ca20a533d28dcc6e45cbbdfa18c16af Mon Sep 17 00:00:00 2001 From: QWp6t Date: Sun, 9 Jul 2017 14:03:28 -0700 Subject: [PATCH] Replace ContainerContract with Container thx @LeoColomb for catching this --- app/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers.php b/app/helpers.php index f3726bb..e9f1036 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -12,7 +12,7 @@ use Roots\Sage\Container; * @param Container $container * @return Container|mixed */ -function sage($abstract = null, $parameters = [], ContainerContract $container = null) +function sage($abstract = null, $parameters = [], Container $container = null) { $container = $container ?: Container::getInstance(); if (!$abstract) {