diff --git a/app/Media.php b/app/Media.php index 61f94160..5c7370e0 100644 --- a/app/Media.php +++ b/app/Media.php @@ -13,13 +13,6 @@ class Media extends Model */ protected $table = 'media_endpoint'; - /** - * Our primaru key is a UUID value, therefore not incrementing. - * - * @var boolean - */ - protected $incrementing = false; - /** * Get the note that owns this media. */