9 lines
No EOL
119 B
PHP
Executable file
9 lines
No EOL
119 B
PHP
Executable file
<?php
|
|
|
|
class AccountGateway extends Eloquent
|
|
{
|
|
public function gateway()
|
|
{
|
|
return $this->belongsTo('Gateway');
|
|
}
|
|
} |