mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
13 lines
184 B
PHP
13 lines
184 B
PHP
<?php
|
|
|
|
namespace App\Classes\General\Interfaces;
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Relations\MorphMany;
|
|
|
|
interface Transactionable
|
|
{
|
|
|
|
public function transactions(): morphMany;
|
|
|
|
} |