芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/Attachment.php
morphTo('attachable'); } /** * Get all of the owning attachable models. */ public function owner() { return $this->morphTo('ownable'); } }