1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/AccountGatewayToken.php
2015-02-18 00:22:12 +02:00

7 lines
118 B
PHP

<?php
class AccountGatewayToken extends Eloquent
{
protected $softDelete = true;
public $timestamps = true;
}