1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 09:51:35 +02:00
invoiceninja/app/Models/Font.php

9 lines
108 B
PHP
Raw Normal View History

2016-01-07 08:08:30 +01:00
<?php namespace App\Models;
use Eloquent;
class Font extends Eloquent
{
public $timestamps = false;
}