Skip to content

Commit 3b1115d

Browse files
committed
add phpdoc for userForeignKey
1 parent 39e3d65 commit 3b1115d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Utills/UserUtils.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
class UserUtils
88
{
9+
/**
10+
* Return user foreign key by ulid, uuid, id.
11+
*
12+
* @param Blueprint $table
13+
* @return void
14+
*/
915
public static function userForeignKey(Blueprint $table)
1016
{
1117
$type = config('user-monitoring.user.foreign_key_type', 'id');

0 commit comments

Comments
 (0)