scheduled node repo with create method
This commit is contained in:
parent
5bb5bf0c47
commit
49328404c9
2 changed files with 37 additions and 0 deletions
8
app/ScheduledNode/ScheduledNodeRepository.php
Normal file
8
app/ScheduledNode/ScheduledNodeRepository.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\ScheduledNode;
|
||||
|
||||
interface ScheduledNodeRepository
|
||||
{
|
||||
public function create(CreateScheduledNodeDto $dto): ScheduledNode;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue