Skip to content

Commit be00429

Browse files
committed
Woops - Increase php 8.2 compatibility
1 parent 6f6d5db commit be00429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ public function updateDatabase(Schema $fromSchema, Connection $connection, Outpu
401401
$output->writeln('<comment>' . $query . '</comment>');
402402
if ($dryrun === false) {
403403
try {
404-
//$stmt = $connection->executeQuery($query);
404+
$stmt = $connection->executeQuery($query);
405405
} catch (\Exception $e) {
406406
$output->writeln('<error>' . $e->getMessage() . '</error>');
407407
}

0 commit comments

Comments
 (0)