plan repo with create method
This commit is contained in:
parent
957de13e71
commit
de744c9b15
3 changed files with 47 additions and 0 deletions
8
app/Plan/PlanRepository.php
Normal file
8
app/Plan/PlanRepository.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\Plan;
|
||||
|
||||
interface PlanRepository
|
||||
{
|
||||
public function create(CreatePlanDto $dto): Plan;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue