1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02: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;
}