php doc wrong path fix

This commit is contained in:
LoveCoding 2022-03-16 17:29:50 -04:00 committed by GitHub
parent 6a71813651
commit d5b0607133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Cart
/**
* Product repository instance.
*
* @var \Webkul\Checkout\Repositories\ProductRepository
* @var \Webkul\Product\Repositories\ProductRepository
*/
protected $productRepository;