Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSdot committed Jun 18, 2024
1 parent 9f1b7e1 commit 0c5a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/PostgresSchemaState.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function dump(Connection $connection, $path)
]);

if ($this->connection->getConfig()['name'] === Config::get('database.default')) {
$commands->push($this->baseDumpCommand().' -t '.$this->migrationTable.' --data-only >> '.$path,);
$commands->push($this->baseDumpCommand().' -t '.$this->migrationTable.' --data-only >> '.$path);
}

$commands->map(function ($command, $path) {
Expand Down

0 comments on commit 0c5a03b

Please sign in to comment.