Skip to content

Commit ee1e047

Browse files
committed
Updated php deps, formatted command changes
1 parent 8846f7d commit ee1e047

File tree

2 files changed

+89
-28
lines changed

2 files changed

+89
-28
lines changed

app/Console/Commands/UpdateUrl.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ public function handle(Connection $db)
8787
*/
8888
protected function replaceValueInTable(
8989
Connection $db,
90-
string $table,
91-
string $column,
92-
string $oldUrl,
93-
string $newUrl
90+
string $table,
91+
string $column,
92+
string $oldUrl,
93+
string $newUrl
9494
): int {
9595
$oldQuoted = $db->getPdo()->quote($oldUrl);
9696
$newQuoted = $db->getPdo()->quote($newUrl);

composer.lock

Lines changed: 85 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)