diff --git a/app/Models/Common/Contact.php b/app/Models/Common/Contact.php index 7fffcf438..f60e8517c 100644 --- a/app/Models/Common/Contact.php +++ b/app/Models/Common/Contact.php @@ -26,6 +26,13 @@ class Contact extends Model protected $table = 'contacts'; + /** + * The relationships that should always be loaded. + * + * @var array + */ + protected $with = ['media']; + /** * The accessors to append to the model's array form. *