1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/models/Gateway.php

7 lines
103 B
PHP
Raw Normal View History

2013-11-26 13:45:07 +01:00
<?php
class Gateway extends Eloquent
{
2014-01-08 21:09:47 +01:00
public $timestamps = false;
protected $softDelete = false;
2013-11-26 13:45:07 +01:00
}