1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/models/AccountGateway.php
Hillel Coren fa808f9484 bug fixes
2014-01-02 10:27:48 +02:00

9 lines
122 B
PHP
Executable File

<?php
class AccountGateway extends EntityModel
{
public function gateway()
{
return $this->belongsTo('Gateway');
}
}