Closed fritzmg closed 2 years ago
Changing to text seems fine to me. But please use an integer value for the length, since Doctrine renamed this class in v2/v3 and that would break.
since Doctrine renamed this class in v2/v3
-_- they didn't even deprecate it beforehand 🙄
Anyway, changed the constant to its actual integer value.
Thank you @fritzmg
Fixes the following error:
Happens when you open a shortlink from the Facebook messenger for example (causes a really long user-agent). Alternatively we could shorten the string to 255 characters in the constructor of
ShortlinkLog
, wdyt?