diff --git a/Controller/ApiController.php b/Controller/ApiController.php index edb4bc0..ca76762 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -499,7 +499,7 @@ final class ApiController extends Controller ->where('id', $this->app->unitId) ->execute(); - $export = $exporter === null ? [] : $exporter->export( + $export = $exporter->export( [ 'assets' => $defaultAssets, 'templates' => $defaultTemplates, diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index 5ebeabb..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/Exchange/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index 6d3e65b..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/info.json b/info.json index 06f5987..5f56006 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "directory": "Exchange", "dependencies": {