Activity
Yes, probably there is something like this:
logo_attachment: Field::HasOne,
logo_blob: Field::HasOne,
You have to make it an Field::ActiveStorage
like this:
logo: Field::ActiveStorage,
Go through all files, search for _blob
and fix it.