Replace ContainerContract with Container

thx @LeoColomb for catching this
This commit is contained in:
QWp6t
2017-07-09 14:03:28 -07:00
committed by GitHub
parent afbaf8fb2e
commit b34bfeab3c

View File

@@ -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) {