invoiceninja/app/models/Gateway.php
2013-11-26 14:45:07 +02:00

6 lines
72 B
PHP
Executable File

<?php
class Gateway extends Eloquent
{
protected $softDelete = true;
}