invoiceninja/app/models/AccountGatewayToken.php

7 lines
118 B
PHP
Raw Normal View History

2015-02-18 00:22:12 +02:00
<?php
class AccountGatewayToken extends Eloquent
{
protected $softDelete = true;
public $timestamps = true;
}