Skip to content

Commit 983d463

Browse files
author
Jesse O'Brien
committed
Fixing spaces instead of tabs.
1 parent cca9a2a commit 983d463

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Jenssegers/Mongodb/Model.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
2828
*/
2929
protected $primaryKey = '_id';
3030

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 = [];
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 = [];
3838

3939
/**
4040
* The connection resolver instance.

0 commit comments

Comments
 (0)