2016-03-05 00:18:10 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
namespace App\Models;
|
2016-02-29 15:59:36 +00:00
|
|
|
|
|
|
|
|
/**
|
2016-03-20 16:01:50 +00:00
|
|
|
* Class PaymentGateway
|
|
|
|
|
* @package App\Models
|
2016-02-29 15:59:36 +00:00
|
|
|
*/
|
2016-03-20 16:01:50 +00:00
|
|
|
class PaymentGateway extends MyBaseModel
|
2016-03-05 00:18:10 +00:00
|
|
|
{
|
2016-03-20 16:01:50 +00:00
|
|
|
|
|
|
|
|
|
2016-02-29 15:59:36 +00:00
|
|
|
}
|