From 7356a30c457d438faa7ca58c0a5332ea03c267c4 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 13 Mar 2017 10:53:07 +0000 Subject: [PATCH] We are using incrementing IDs --- app/Media.php | 7 ------- 1 file changed, 7 deletions(-) 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. */