mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 12:34:18 +00:00
13 lines
181 B
PHP
13 lines
181 B
PHP
<?php
|
|
|
|
namespace App\Classes\General\Interfaces;
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Relations\MorphMany;
|
|
|
|
interface ContainerOwner
|
|
{
|
|
|
|
public function containers(): morphMany;
|
|
|
|
} |