Permet à l'utilisateur de se connecter
This commit is contained in:
@@ -14,4 +14,9 @@ final class PathHelper
|
||||
}
|
||||
return $str;
|
||||
}
|
||||
|
||||
public static function startsWith(string $haystack, string $needle): bool
|
||||
{
|
||||
return strpos($haystack, $needle) === 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user