// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
app
/
Interfaces
[ PARENT ]
EDIT :: PageRepositoryInterface.php
<?php namespace App\Interfaces; interface PageRepositoryInterface { public function getPublishContents($scope, $page =null, $list=null); public function getContents($scope); }
SAVE
CANCEL