From 6483f6dc0d0ebdf452e0b16ac83a806fc29598e5 Mon Sep 17 00:00:00 2001 From: therselman Date: Thu, 13 Jul 2017 03:01:32 +0200 Subject: [PATCH] --- src/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Container.php b/src/Container.php index 0bb6362..bfdd89f 100644 --- a/src/Container.php +++ b/src/Container.php @@ -18,7 +18,7 @@ namespace Twister; * Laravel Container: https://laravel.com/docs/5.4/container * Symfony Container: http://symfony.com/doc/current/service_container.html */ -class Container implements ArrayAccess +class Container implements \ArrayAccess { /** * The current globally available container (if any).