This commit is contained in:
James Cole
2018-05-26 07:53:32 +02:00
parent 664451d0c6
commit 551ff109c9
2 changed files with 6 additions and 1 deletions

View File

@@ -29,10 +29,14 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\SoftDeletes;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use FireflyIII\Models\Attachment;
/**
* Class Bill.
*
* @property bool $active
* @property int $transaction_currency_id
* @property string $amount_min
* @property string $amount_max
*/
class Bill extends Model
{