Skip to content

Commit

Permalink
fic typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Sep 9, 2021
1 parent 25b9fb8 commit 061767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ubiquity/orm/traits/OrmUtilsFieldsTrait.php
Expand Up @@ -68,7 +68,7 @@ public static function getKeyMembers($instance) {

public static function getFirstKey($class) {
$kf = self::getAnnotationInfo ( $class, '#primaryKeys' );
if($fk){
if($kf){
return \current ( $kf );
}
return '';
Expand Down

0 comments on commit 061767a

Please sign in to comment.