From 7fb8aeb45f3e39ac4d64f31b7f8d97dcc61c8ed2 Mon Sep 17 00:00:00 2001 From: michaelnabil230 Date: Fri, 3 Jun 2022 19:26:19 +0000 Subject: [PATCH] Fix styling --- src/Commands/GetSetting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/GetSetting.php b/src/Commands/GetSetting.php index 181d13e..dfd5d27 100644 --- a/src/Commands/GetSetting.php +++ b/src/Commands/GetSetting.php @@ -49,6 +49,7 @@ public function handle() } $settings = $this->formatSetting(Arr::dot($settings)); + return $this->print($settings); }