diff --git a/Admin/Installer.php b/Admin/Installer.php index 2071d97..3141c26 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -14,7 +14,6 @@ declare(strict_types=1); namespace Modules\Exchange\Admin; -use Modules\Exchange\Models\InterfaceManager; use Modules\Exchange\Models\NullInterfaceManager; use phpOMS\Application\ApplicationAbstract; use phpOMS\Config\SettingsInterface; diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index f16d25f..0325861 100755 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -231,11 +231,11 @@ class InterfaceManager public function toArray() : array { return [ - 'id' => $this->id, - 'path' => $this->path, - 'title' => $this->title, - 'version' => $this->version, - 'website' => $this->website, + 'id' => $this->id, + 'path' => $this->path, + 'title' => $this->title, + 'version' => $this->version, + 'website' => $this->website, 'hasExport' => $this->hasExport, 'hasImport' => $this->hasImport, ];