We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca9a2a commit 983d463Copy full SHA for 983d463
src/Jenssegers/Mongodb/Model.php
@@ -28,13 +28,13 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
28
*/
29
protected $primaryKey = '_id';
30
31
- /**
32
- * Allow json attributes to be exposable. This is mainly for
33
- * relations that can be kept alive in a toJson()
34
- *
35
- * @var array
36
- */
37
- protected $exposeJsonAttributes = [];
+ /**
+ * Allow json attributes to be exposable. This is mainly for
+ * relations that can be kept alive in a toJson()
+ *
+ * @var array
+ */
+ protected $exposeJsonAttributes = [];
38
39
/**
40
* The connection resolver instance.
0 commit comments