text repo
This commit is contained in:
parent
467e5288d7
commit
6c9abb01d4
1 changed files with 11 additions and 0 deletions
11
app/Text/TextRepository.php
Normal file
11
app/Text/TextRepository.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace App\Text;
|
||||
|
||||
use App\Text\Text;
|
||||
use App\Text\CreateTextDto;
|
||||
|
||||
interface TextRepository
|
||||
{
|
||||
public function create(CreateTextDto $dto): Text;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue