<?php namespace App\Repositories; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface PageRepository * @package namespace App\Repositories; */ interface PageRepository extends RepositoryInterface { // }