Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 11, 2019
1 parent 8b4ef9f commit 6460d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/PostgresBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function dropAllTables()
{
$tables = [];

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

foreach ($this->getAllTables() as $row) {
$row = (array) $row;
Expand Down

0 comments on commit 6460d2b

Please sign in to comment.