Skeleton is ready
This commit is contained in:
12
app/Shared/Service/User/SearchByIdContract.php
Normal file
12
app/Shared/Service/User/SearchByIdContract.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Shared\Service\User;
|
||||
|
||||
use App\Models\User\User;
|
||||
|
||||
interface SearchByIdContract
|
||||
{
|
||||
public function getById(string $id): User;
|
||||
}
|
||||
Reference in New Issue
Block a user