First commit for project
This commit is contained in:
13
app/Repository/Interfaces/CategoryRepository.php
Normal file
13
app/Repository/Interfaces/CategoryRepository.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Repository\Interfaces;
|
||||
|
||||
interface CategoryRepository
|
||||
{
|
||||
|
||||
public function all();
|
||||
public function get(string $slug);
|
||||
|
||||
}
|
Reference in New Issue
Block a user