vinkla/laravel-hashids

Lower case

murilolivorato opened this issue · 1 comments

hello ,I want to make lowercase .
I dont know what is happening

FOLDER -
$code            = Hashids::connection('code')->encode(2);

 'code' => [
            'salt' => 'qwertyiopasdfghjkllzxcvbnm123456789',
            'length' => 8,
        ],

It is like this the result -

xpoNeP90

with some words uppercase . how could I make it all lowercase ? thanks