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