mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 21:14:10 +00:00
12 lines
176 B
PHP
12 lines
176 B
PHP
<?php
|
|
|
|
namespace App\Classes\General\Interfaces;
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Relations\MorphMany;
|
|
|
|
interface Packable
|
|
{
|
|
public function packingLists(): morphMany;
|
|
|
|
} |