invoiceninja/app/Models/Affiliate.php

8 lines
109 B
PHP
Raw Normal View History

2015-03-17 07:45:25 +10:00
<?php
class Affiliate extends Eloquent
{
public $timestamps = true;
protected $softDelete = true;
}