Skip to content

Commit 6c9ca10

Browse files
committed
Added missing namespace
1 parent 57754f1 commit 6c9ca10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Actions/functions.php

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Chemem\Fauxton\Actions;
44

5+
use \Chemem\Bingo\Functional\Algorithms as A;
6+
57
function updateMerge(array $original, array $update) : array
68
{
79
$update = A\compose(A\partial(A\omit, '_id', '_rev'), A\partial(A\extend, $update));

0 commit comments

Comments
 (0)