Skip to content

Commit

Permalink
Add CELong to list of numeric values
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Feb 6, 2018
1 parent 46d8851 commit 3294dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/DynamicModel/DynamicModelGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ protected function guessLocalTypesFromRemoteField(array $fieldConfiguration, $cu
break;
case 'CETimestamp':
case 'CEInteger':
case 'CELong':
case 'MAMNumber':
case 'XMPNumber':
$dataType = 'int';
Expand Down

0 comments on commit 3294dd9

Please sign in to comment.