// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
syaaraa.kodsolutions.net
/
app
/
Interfaces
[ PARENT ]
EDIT :: SettingRepositoryInterface.php
<?php namespace App\Interfaces; interface SettingRepositoryInterface { public function getImagesSettings(); public function getFirstSettings(); public function updateSetting($settingId, $newDetails); }
SAVE
CANCEL