diff --git a/app/Utilities/Import.php b/app/Utilities/Import.php index 14934593e..36277cdc5 100644 --- a/app/Utilities/Import.php +++ b/app/Utilities/Import.php @@ -39,6 +39,8 @@ class Import ['type' => $translation] ); } catch (Throwable $e) { + report($e); + $message = self::flashFailures($e); $success = false;