diff --git a/src/Models/Attachment.php b/src/Models/Attachment.php index 297816f0..ba814fff 100644 --- a/src/Models/Attachment.php +++ b/src/Models/Attachment.php @@ -24,4 +24,11 @@ class Attachment extends MorphPivot 'collection', 'meta', ]; + + /** + * The table associated with the model. + * + * @var string + */ + protected $table = 'root_mediables'; }