1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02: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;
}