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.
1 parent 6ddab72 commit eb5440bCopy full SHA for eb5440b
src/Traits/MapDateTimeMutator.php
@@ -14,7 +14,7 @@ private function getMapDateTimeMutatorArray() {
14
}
15
16
private function isMutatorMappedDateTime($key) {
17
- return array_key_exists( $this->getMapDateTimeMutatorArray($key) );
+ return array_key_exists($key, $this->getMapDateTimeMutatorArray());
18
19
20
private function getMapDateTimeMutator($key) {
0 commit comments