mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +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;
|
||||
|
||||
use Modules\Exchange\Models\InterfaceManager;
|
||||
use Modules\Exchange\Models\NullInterfaceManager;
|
||||
use phpOMS\Application\ApplicationAbstract;
|
||||
use phpOMS\Config\SettingsInterface;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user