Skip to content

Commit

Permalink
Namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Jan 19, 2017
1 parent a0ccfb6 commit d7053d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,6 @@ public function getJSONDocument()
*/
public function getBSONDocument()
{
return MongoDB\BSON\fromPHP($this->getRawDocument());
return \MongoDB\BSON\fromPHP($this->getRawDocument());
}
}

0 comments on commit d7053d5

Please sign in to comment.