Douglas Ramírez
Douglas Ramírez
> > > You can get around this if you are not planning to use the types in the yang files which use the bits built in types by commenting...
I solved it (and other similar issues) by adding the int cast (int) to every "time-based" config that may come from the .env file. For example: `'ttl' => (int) env('JWT_TTL',...
Same issue here Edit: I found a workaround, set the value of the option as an empty string. For example: ```html Título Subtítulo Normal ```