This commit is contained in:
therselman 2017-07-13 03:01:32 +02:00
parent b0b56f5279
commit 6483f6dc0d

View File

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