Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Oct 17, 2024
1 parent 6995802 commit 92da5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ private static function isType(string $table, string $column, string $type): boo
private static function column(string $table, string $column): DoctrineColumn
{
return App::make(Connection::class)->introspectTable($table)
->getColumn($table, $column);
->getColumn($column);
}
}

0 comments on commit 92da5af

Please sign in to comment.