product repo number
This commit is contained in:
parent
63b2208bf4
commit
1703c96e2d
|
|
@ -437,7 +437,7 @@ class ProductRepository extends WProductRepository
|
|||
}
|
||||
catch(\Exception $ex){
|
||||
DB::rollBack();
|
||||
Log::error($ex->getMessage());
|
||||
Log::error($ex);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue