PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
contact
/
src
/
Repositories
/
Interfaces
<?php namespace Botble\Contact\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface ContactInterface extends RepositoryInterface { /** * @param array $select * @return mixed */ public function getUnread($select = ['*']); /** * @return int */ public function countUnread(); }
[+]
..
[-] ContactInterface.php
[edit]
[-] ContactReplyInterface.php
[edit]