From baa6ea31d6ad966f494c1c47f00973174374efe6 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 10 Dec 2022 21:25:29 +0000 Subject: [PATCH] Automated formatting changes --- Models/InterfaceManager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index edff643..2120572 100755 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -154,9 +154,9 @@ class InterfaceManager $info = \json_decode($contents === false ? '[]' : $contents, true); - $this->title = $info['name']; - $this->version = $info['version']; - $this->website = $info['website']; + $this->title = $info['name']; + $this->version = $info['version']; + $this->website = $info['website']; $this->hasExport = $info['export']; $this->hasImport = $info['import']; }