<?php namespace Modules\Setting\Repositories; interface GeneralSettingRepositoryInterface { public function update(array $data); }