Skip to content

Commit 92b2299

Browse files
committed
Fixes #147
1 parent 9c8bf64 commit 92b2299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function push()
246246
{
247247
if ($parameters = func_get_args())
248248
{
249-
$query = $this->newQuery();
249+
$query = $this->setKeysForSaveQuery($this->newQuery());
250250

251251
return call_user_func_array(array($query, 'push'), $parameters);
252252
}

0 commit comments

Comments
 (0)