1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/models/Affiliate.php

7 lines
106 B
PHP
Raw Normal View History

2014-07-15 22:36:40 +02:00
<?php
class Affiliate extends Eloquent
{
public $timestamps = true;
protected $softDelete = true;
}