invoiceninja/app/models/Gateway.php

7 lines
103 B
PHP
Raw Normal View History

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