Skip to content

Commit 0c22a64

Browse files
committed
Add fix for Date/DateTime seeding.
1 parent 35ed6c8 commit 0c22a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Db/Adapter/AbstractAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ public function dropIndex(string $tableName, string|array $columns): void
11631163
/**
11641164
* Returns the instructions to drop the specified index from a database table.
11651165
*
1166-
* @param string $tableName The name of of the table where the index is
1166+
* @param string $tableName The name of the table where the index is
11671167
* @param string|string[] $columns Column(s)
11681168
* @return \Migrations\Db\AlterInstructions
11691169
*/

0 commit comments

Comments
 (0)