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;
}