updatea
This commit is contained in:
9
app/Repositories/Interface/SettingInterface.php
Normal file
9
app/Repositories/Interface/SettingInterface.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repositories\Interface;
|
||||
|
||||
interface SettingInterface
|
||||
{
|
||||
public function create(array $settingDetails);
|
||||
public function update($settingId, array $newDetails);
|
||||
}
|
Reference in New Issue
Block a user