1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
invoiceninja/app/models/Language.php
2014-03-20 00:00:56 +02:00

8 lines
105 B
PHP
Executable File

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