product repo number

This commit is contained in:
merdan 2022-04-13 12:06:35 +05:00
parent 63b2208bf4
commit 1703c96e2d
1 changed files with 1 additions and 1 deletions

View File

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