invoiceninja/app/models/Currency.php

7 lines
104 B
PHP
Raw Normal View History

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