Skip to content

Commit

Permalink
Merge branch 'replace-ar-with-db' of https://github.com/terabytesoftw…
Browse files Browse the repository at this point in the history
…/yii-debug-api into replace-ar-with-db
  • Loading branch information
terabytesoftw committed Oct 27, 2023
2 parents 773e047 + eb0db2b commit 38d11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Inspector/Database/DbSchemaProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function generateTables(ConnectionInterface $db): void
'test',
[
'id',
'email'
'email',
],
[
[1, 'test1'],
Expand Down

0 comments on commit 38d11f3

Please sign in to comment.