invoiceninja/app/Models/BalanceAffecting.php
2019-01-30 21:45:46 +11:00

11 lines
137 B
PHP
Executable file

<?php
namespace App\Models;
/**
* Interface BalanceAffecting.
*/
interface BalanceAffecting
{
public function getAdjustment();
}