Commit 3a561f0f authored by Jens Segers's avatar Jens Segers

Fixed issue #6

parent 216582c4
...@@ -24,6 +24,13 @@ abstract class Model extends \Illuminate\Database\Eloquent\Model { ...@@ -24,6 +24,13 @@ abstract class Model extends \Illuminate\Database\Eloquent\Model {
*/ */
protected $primaryKey = '_id'; protected $primaryKey = '_id';
/**
* The connection resolver instance.
*
* @var \Illuminate\Database\ConnectionResolverInterface
*/
protected static $resolver;
/** /**
* Convert a DateTime to a storable string. * Convert a DateTime to a storable string.
* *
......
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