Merge pull request #2920 from boracakirel/log-import-errors
Log import errors
This commit is contained in:
commit
9c3f635c53
@ -39,6 +39,8 @@ class Import
|
||||
['type' => $translation]
|
||||
);
|
||||
} catch (Throwable $e) {
|
||||
report($e);
|
||||
|
||||
$message = self::flashFailures($e);
|
||||
|
||||
$success = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user