belongsTo('App\Model\Staff'); } public function attachment() { return $this->hasOne('App\Model\Module\Attachment'); } }