2023-09-12
This commit is contained in:
9
app/common/Define/Money/Provider.php
Normal file
9
app/common/Define/Money/Provider.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define\Money;
|
||||
|
||||
use DateTimeInterface;
|
||||
|
||||
interface Provider
|
||||
{
|
||||
public function get(string $money_symbol, DateTimeInterface $dateTime): float;
|
||||
}
|
Reference in New Issue
Block a user