Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchit288 committed Aug 2, 2024
1 parent ca7a024 commit 503e35f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Traits/DBFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ public function getTableSize(string $tableName): string
*/
public function getFieldDataType(string $tableName, string $fieldName): array|bool
{
$fieldDataType = new DatabaseTableFieldTypeClass(
$tableName,
$fieldName
);

$fieldDataType = new DatabaseTableFieldTypeClass($tableName, $fieldName);
return $fieldDataType();
}

Expand Down

0 comments on commit 503e35f

Please sign in to comment.