This commit is contained in:
merdan 2022-05-20 15:22:34 +05:00
parent 9bc2dc7fc8
commit 9bf8adcdf6
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ class ProductRepository extends WProductRepository
}
catch(\Exception $ex){
DB::rollBack();
Log::error($ex->getMessage());
Log::error($ex);
// Log::info($data);
return false;
}