Konstantin Filtschew

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

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.