Commit 983d4634 authored by Jesse O'Brien's avatar Jesse O'Brien

Fixing spaces instead of tabs.

parent cca9a2a8
......@@ -28,13 +28,13 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
*/
protected $primaryKey = '_id';
/**
* Allow json attributes to be exposable. This is mainly for
* relations that can be kept alive in a toJson()
*
* @var array
*/
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 = [];
/**
* The connection resolver 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