test
This commit is contained in:
parent
9bc2dc7fc8
commit
9bf8adcdf6
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue