1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/models/Currency.php
2015-01-11 14:30:08 +02:00

8 lines
110 B
PHP
Executable File

<?php
class Currency extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}