9 lines
115 B
PHP
9 lines
115 B
PHP
<?php
|
|
|
|
namespace App\Modules\OnlinePayment\Contracts;
|
|
|
|
/**
|
|
* @property int $id
|
|
*/
|
|
interface HasOnlinePayments {}
|