mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-04 12:08:40 +00:00
Automated formatting changes
This commit is contained in:
parent
fb8dda8b21
commit
baa6ea31d6
|
|
@ -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'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user