D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
drhagerpharmacy.com
/
app
/
Contracts
/
Repositories
/
Filename :
ProductCompareRepositoryInterface.php
back
Copy
<?php namespace App\Contracts\Repositories; interface ProductCompareRepositoryInterface extends RepositoryInterface { /** * @param array $params * @return int|null */ public function getCount(array $params): int|null; }