We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57754f1 commit 6c9ca10Copy full SHA for 6c9ca10
src/Actions/functions.php
@@ -2,6 +2,8 @@
2
3
namespace Chemem\Fauxton\Actions;
4
5
+use \Chemem\Bingo\Functional\Algorithms as A;
6
+
7
function updateMerge(array $original, array $update) : array
8
{
9
$update = A\compose(A\partial(A\omit, '_id', '_rev'), A\partial(A\extend, $update));
0 commit comments