Skip to content

Commit

Permalink
Update StringableMacros.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 18, 2024
1 parent 138de0e commit 9285883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Core/Support/StringableMacros.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Leantime\Core\Support;

use Illuminate\Support\Str;
/**
* @mixin \Illuminate\Support\Stringable
*/
Expand All @@ -11,7 +10,7 @@ class StringableMacros
/**
* Cleans a string by removing special characters and optionally spaces.
*
* @param bool $removeSpaces Whether to remove spaces from the string.
* @param bool $removeSpaces Whether to remove spaces from the string.
* @return callable A function that cleans a string based on the given parameter.
*/
public function alphaNumeric($removeSpaces = false)
Expand Down

0 comments on commit 9285883

Please sign in to comment.