Skip to content

Commit 2789238

Browse files
author
Dennis Heller
committed
Rename own dropTables() to dropDatabase() because someone implemented another dropTables()-Method
mongodb#1330
1 parent 13075c7 commit 2789238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Schema/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function drop($collection)
109109
/**
110110
* @inheritDoc
111111
*/
112-
public function dropAllTables()
112+
public function dropDatabase()
113113
{
114114
$this->connection->getMongoDB()->drop();
115115
}

0 commit comments

Comments
 (0)