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

6 lines
96 B
PHP

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