Skip to content

Commit

Permalink
Fix criteria cache for PHP 7.4 compatibility (andersao#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mason authored May 22, 2020
1 parent 8c8db98 commit c4d9d58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Prettus/Repository/Traits/CacheableRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ protected function serializeCriterion($criterion)

return [
'hash' => md5((string) $r),
'properties' => $r->getProperties(),
];
}
}
Expand Down

0 comments on commit c4d9d58

Please sign in to comment.