invoiceninja/app/Models/AccountGatewayToken.php

7 lines
118 B
PHP
Raw Normal View History

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