We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca20e5 commit 5891c12Copy full SHA for 5891c12
src/Dal/UserDal.php
@@ -29,6 +29,7 @@ public static function create(UserEntity $userEntity): string|false
29
R::close();
30
}
31
32
+ // Retrieve the user we just created for accessing to `user_uuid` column
33
$userBean = R::load(self::TABLE_NAME, $redBeanIncrementId);
34
35
// Return user UUID (UUID is a string datatype)
0 commit comments