Skip to content

Commit

Permalink
Change to static method
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Krzysztofiak committed Sep 21, 2022
1 parent 30d1a8d commit 2c43dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/StringHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class StringHelper
{
public function convertToJitsiSlug(string $str, array $options = []): string
public static function convertToJitsiSlug(string $str, array $options = []): string
{
// Make sure string is in UTF-8 and strip invalid UTF-8 characters
$str = mb_convert_encoding($str, 'UTF-8', mb_list_encodings());
Expand Down

0 comments on commit 2c43dc4

Please sign in to comment.