1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/models/Timezone.php

7 lines
105 B
PHP
Raw Normal View History

2013-12-02 13:22:29 +01:00
<?php
class Timezone extends Eloquent
{
public $timestamps = false;
2014-01-08 21:09:47 +01:00
protected $softDelete = false;
2013-12-02 13:22:29 +01:00
}