Skip to content

Commit

Permalink
fix baserproject#2403 アップロードファイルのAPIについてフルパスを取得する仕組み
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Sep 28, 2023
1 parent 37bc783 commit 03482a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/bc-installer/src/Service/InstallationsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ public function constructionDb(array $dbConfig, string $dbDataPattern = '', stri
throw new BcException(__d('baser_core', 'コアテーブルの構築に失敗しました。'));
}

try {
$this->installCorePlugin();
} catch (\Throwable $e) {
throw new BcException($e);
}
$this->installCorePlugin();

try {
[$theme, $pattern] = explode('.', $dbDataPattern);
Expand Down

0 comments on commit 03482a4

Please sign in to comment.