File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ public function drop($table)
134134 $ blueprint ->drop ();
135135 }
136136
137- /**
138- * @inheritdoc
139- *
140- * Drops the entire database instead of deleting each collection individually.
141- *
142- * In MongoDB, dropping the whole database is much faster than dropping collections
143- * one by one. The database will be automatically recreated when a new connection
144- * writes to it.
145- */
137+ /**
138+ * @inheritdoc
139+ *
140+ * Drops the entire database instead of deleting each collection individually.
141+ *
142+ * In MongoDB, dropping the whole database is much faster than dropping collections
143+ * one by one. The database will be automatically recreated when a new connection
144+ * writes to it.
145+ */
146146 public function dropAllTables ()
147147 {
148148 $ this ->connection ->getDatabase ()->drop ();
You can’t perform that action at this time.
0 commit comments