add: contact interface #6 related to dc11a1f8

This commit is contained in:
weichien00
2021-07-08 01:56:36 +08:00
parent dc11a1f8d5
commit 0866509107
@@ -0,0 +1,13 @@
<?php
namespace App\Classes\General\Interfaces;
use Illuminate\Database\Eloquent\Relations\MorphMany;
interface Contactable
{
public function contacts(): morphMany;
}