PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
contact
/
src
/
Repositories
/
Caches
<?php namespace Botble\Contact\Repositories\Caches; use Botble\Contact\Repositories\Interfaces\ContactReplyInterface; use Botble\Support\Repositories\Caches\CacheAbstractDecorator; class ContactReplyCacheDecorator extends CacheAbstractDecorator implements ContactReplyInterface { }
[+]
..
[-] ContactCacheDecorator.php
[edit]
[-] ContactReplyCacheDecorator.php
[edit]