Unverified Commit 25a4a874 authored by Zuken's avatar Zuken Committed by GitHub

laravel/lumen 5.7.14 compatibility

Updated model to be compatible with laravel/lumen 5.7.14
parent 97fadd98
......@@ -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