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.
$booleanDates
1 parent 6567283 commit 8296c25Copy full SHA for 8296c25
CHANGELOG.md
@@ -6,6 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## Unreleased
8
9
+### Fixed
10
+
11
+- Removed `$booleanDates` trait variable to resolve conflict with the model it's used in
12
13
## 0.2.1 (2018-07-26)
14
15
### Fixed
src/BooleanDates.php
@@ -8,16 +8,6 @@
trait BooleanDates
{
- /**
- * Set the date of fields to the current date and time if a counterpart boolean field is
- * true-ish.
- *
- * Keys and values should be in the format: `'boolean_field' => 'internal_timestamp_field'`.
16
17
- * @var array
18
- */
19
- protected $booleanDates = [];
20
-
21
/**
22
* Convert the model's attributes to an array.
23
*
0 commit comments