invoiceninja/app/models/Language.php
2015-01-11 14:30:08 +02:00

8 lines
110 B
PHP
Executable File

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