Skip to content

Commit 6460d2b

Browse files
committed
formatting
1 parent 8b4ef9f commit 6460d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Schema/PostgresBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function dropAllTables()
3030
{
3131
$tables = [];
3232

33-
$excludedTables = $this->connection->getConfig('excluded_drop_tables') ?? ['spatial_ref_sys'];
33+
$excludedTables = $this->connection->getConfig('dont_drop') ?? ['spatial_ref_sys'];
3434

3535
foreach ($this->getAllTables() as $row) {
3636
$row = (array) $row;

0 commit comments

Comments
 (0)