invoiceninja/app/models/Affiliate.php

7 lines
106 B
PHP
Raw Normal View History

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