Merge pull request #6051 from lovecoding-git/lovecoding-git/bagisto_typo_issue_fix

php doc wrong path fix
This commit is contained in:
Glenn Hermans 2022-03-16 23:17:13 +01:00 committed by GitHub
commit 07bb5c11d9
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;