1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/models/Currency.php

7 lines
104 B
PHP
Raw Normal View History

2013-12-29 18:40:11 +01:00
<?php
class Currency extends Eloquent
{
public $timestamps = false;
2013-12-31 10:43:39 +01:00
protected $softDelete = false;
2013-12-29 18:40:11 +01:00
}