1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01: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;
}