1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/Timezone.php
2015-01-11 14:30:08 +02:00

8 lines
110 B
PHP
Executable File

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