Skip to content

Commit 8774067

Browse files
committed
* splittedDates property removed from trait. Now it must be defined on the class that uses it.
1 parent a09f82d commit 8774067

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/HasSplittedDates.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ trait HasSplittedDates
1717
*/
1818
private $splittedDatesNormalized = false;
1919

20-
/**
21-
* The splitted dates attributes.
22-
*
23-
* @var array
24-
*/
25-
protected $splittedDates = [
26-
];
27-
2820
/**
2921
* Gets the array that defines the default mapper for the splitted dates.
3022
*

0 commit comments

Comments
 (0)