FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
src
/
Domain
/
Repository
/
Gallery
Edit File: GalleryRepositoryInterface.php
<?php /** * @copyright © TMS-Plugins. All rights reserved. * @licence See LICENCE.md for license details. */ namespace AmeliaBooking\Domain\Repository\Gallery; use AmeliaBooking\Domain\Repository\BaseRepositoryInterface; /** * Interface GalleryRepositoryInterface * * @package AmeliaBooking\Domain\Repository\Gallery */ interface GalleryRepositoryInterface extends BaseRepositoryInterface { }
Save
Back