Ditto
This commit is contained in:
parent
41375af05f
commit
109aef0645
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
(ns monger.db
|
||||
(:refer-clojure :exclude [find remove count drop distinct empty?])
|
||||
(:import [com.mongodb Mongo DB DBCollection])
|
||||
(:require monger.core)
|
||||
(:use monger.conversion))
|
||||
(:require monger.core
|
||||
[monger.conversion :refer :all]))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue