invoiceninja/app/models/AccountGateway.php

9 lines
122 B
PHP
Raw Normal View History

2013-11-26 14:45:07 +02:00
<?php
2014-01-02 10:27:48 +02:00
class AccountGateway extends EntityModel
2013-11-26 14:45:07 +02:00
{
public function gateway()
{
return $this->belongsTo('Gateway');
}
}