Skip to content

Commit 8296c25

Browse files
Remov $booleanDates trait variable to resolve conflict with the model it's used in
1 parent 6567283 commit 8296c25

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
### Fixed
10+
11+
- Removed `$booleanDates` trait variable to resolve conflict with the model it's used in
12+
913
## 0.2.1 (2018-07-26)
1014

1115
### Fixed

src/BooleanDates.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88

99
trait BooleanDates
1010
{
11-
/**
12-
* Set the date of fields to the current date and time if a counterpart boolean field is
13-
* true-ish.
14-
*
15-
* Keys and values should be in the format: `'boolean_field' => 'internal_timestamp_field'`.
16-
*
17-
* @var array
18-
*/
19-
protected $booleanDates = [];
20-
2111
/**
2212
* Convert the model's attributes to an array.
2313
*

0 commit comments

Comments
 (0)