invoiceninja/app/Models/BalanceAffecting.php

9 lines
134 B
PHP
Raw Normal View History

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