This commit is contained in:
Adrian Hopek
2022-04-25 13:36:40 +02:00
parent 54faa3460c
commit 160eb5f94b
14 changed files with 14 additions and 14 deletions

View File

@@ -40,4 +40,4 @@ trait FindsUserBySlackId
{
return Str::between($slackId, "<@", "|");
}
}
}

View File

@@ -42,4 +42,4 @@ trait ListsHandlers
)
->all();
}
}
}