invoiceninja/app/models/Language.php

8 lines
105 B
PHP
Executable File

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