We are using incrementing IDs

This commit is contained in:
Jonny Barnes 2017-03-13 10:53:07 +00:00
parent ff544885ec
commit 7356a30c45

View file

@ -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.
*/