Skip to content

Commit

Permalink
refactor: remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 3, 2024
1 parent ea56ea2 commit bf3677c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system/Database/SQLite3/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ private function isNumericType(string $type): bool
*/
protected function formatKeys($keys)
{
if (! is_array($keys)) {
return $keys;
}

$return = [];

foreach ($keys as $name => $key) {
Expand Down

0 comments on commit bf3677c

Please sign in to comment.