invoiceninja/app/models/Gateway.php

6 lines
72 B
PHP
Raw Normal View History

2013-11-26 14:45:07 +02:00
<?php
class Gateway extends Eloquent
{
protected $softDelete = true;
}