create bid files
This commit is contained in:
parent
f322a0f80e
commit
d6b3b4b59e
3 changed files with 94 additions and 0 deletions
8
src/Bid/BidRepository.php
Normal file
8
src/Bid/BidRepository.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace FreightQuote\Bid;
|
||||
|
||||
interface BidRepository
|
||||
{
|
||||
public function save(Bid $bid): Bid;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue