Unverified Commit b69ef215 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1650 from Zuken/compatibility_5.7.14

laravel/lumen 5.7.14 compatibility
parents 97fadd98 25a4a874
......@@ -31,6 +31,13 @@ abstract class Model extends BaseModel
* @var string
*/
protected $primaryKey = '_id';
/**
* The primary key type.
*
* @var string
*/
protected $keyType = 'string';
/**
* The parent relation instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment