Skip to content

Commit

Permalink
Added Hyperf\Database\Schema\Schema::getForeignKeys(). (#7059)
Browse files Browse the repository at this point in the history

Co-authored-by: 李铭昕 <[email protected]>
  • Loading branch information
zds-s and limingxinleo authored Sep 19, 2024
1 parent 2637bc9 commit e5de9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ function ($connection) {
];

$closes = [
function ($connection) {
function (Connection $connection) {
$connection->close();
}, function ($connection) {
}, function (Connection $connection) {
$connection->reconnect();
},
];
Expand Down

0 comments on commit e5de9eb

Please sign in to comment.