1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00
invoiceninja/app/models/Currency.php
2013-12-29 19:40:11 +02:00

7 lines
103 B
PHP
Executable File

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