1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/Models/BalanceAffecting.php

9 lines
134 B
PHP
Raw Normal View History

2015-10-28 20:22:07 +01:00
<?php namespace App\Models;
/**
* Interface BalanceAffecting
*/
2015-10-28 20:22:07 +01:00
interface BalanceAffecting
{
public function getAdjustment();
}