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-03-18 09:39:03 +10:00

8 lines
132 B
PHP

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