cyberfly
8/8/2017 - 1:35 AM

Check polymorphic relationship exist with condition

Check polymorphic relationship exist with condition

$hasAttachments = $application->attachments()
    ->where('upload_id', $upload_id)
    ->count() > 0;