From 819677c9025471c8951ead7905bcde2e3ed635c5 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 24 Apr 2019 13:50:01 +0200 Subject: Use self references and fix class naming --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Application.php') diff --git a/src/Application.php b/src/Application.php index 02518423..ac69c20a 100644 --- a/src/Application.php +++ b/src/Application.php @@ -50,7 +50,7 @@ class Application extends Container $this->instance(Container::class, $this); $this->instance(Application::class, $this); $this->instance(IlluminateContainer::class, $this); - $this->bind(ContainerInterface::class, Application::class); + $this->bind(ContainerInterface::class, self::class); } /** -- cgit v1.2.3-54-g00ecf