From 783ea43eaa51867247192b30505af0ef5f19ccf1 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Fri, 17 Mar 2023 18:08:19 +0000 Subject: [PATCH] Fix code styling --- src/FeatureManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeatureManager.php b/src/FeatureManager.php index d1505ef..e39e506 100644 --- a/src/FeatureManager.php +++ b/src/FeatureManager.php @@ -298,7 +298,7 @@ public function setContainer(Container $container) foreach ($this->stores as $store) { $store->setContainer($container); } - + return $this; }