Skip to content

Commit 5891c12

Browse files
committed
Add comment for better understanding
Part of my Udemy course
1 parent 2ca20e5 commit 5891c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dal/UserDal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static function create(UserEntity $userEntity): string|false
2929
R::close();
3030
}
3131

32+
// Retrieve the user we just created for accessing to `user_uuid` column
3233
$userBean = R::load(self::TABLE_NAME, $redBeanIncrementId);
3334

3435
// Return user UUID (UUID is a string datatype)

0 commit comments

Comments
 (0)