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