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

6 lines
96 B
PHP
Raw Normal View History

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