1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/models/Language.php

8 lines
105 B
PHP
Raw Normal View History

2014-03-19 23:00:56 +01:00
<?php
class Language extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}