mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 01:38:40 +00:00
Automated formatting changes
This commit is contained in:
parent
80e16b2613
commit
bac165d21d
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Exchange\Admin;
|
namespace Modules\Exchange\Admin;
|
||||||
|
|
||||||
use Modules\Exchange\Models\InterfaceManager;
|
|
||||||
use Modules\Exchange\Models\NullInterfaceManager;
|
use Modules\Exchange\Models\NullInterfaceManager;
|
||||||
use phpOMS\Application\ApplicationAbstract;
|
use phpOMS\Application\ApplicationAbstract;
|
||||||
use phpOMS\Config\SettingsInterface;
|
use phpOMS\Config\SettingsInterface;
|
||||||
|
|
|
||||||
|
|
@ -231,11 +231,11 @@ class InterfaceManager
|
||||||
public function toArray() : array
|
public function toArray() : array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'path' => $this->path,
|
'path' => $this->path,
|
||||||
'title' => $this->title,
|
'title' => $this->title,
|
||||||
'version' => $this->version,
|
'version' => $this->version,
|
||||||
'website' => $this->website,
|
'website' => $this->website,
|
||||||
'hasExport' => $this->hasExport,
|
'hasExport' => $this->hasExport,
|
||||||
'hasImport' => $this->hasImport,
|
'hasImport' => $this->hasImport,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user