Gestalt
Gestalt
FFilament
Created by Gestalt on 4/4/2025 in #❓┊help
Call to a member function isRelation() on null
Hello. Trying to create select option getting such error on field "subuser_id". Thanks for any help https://gist.github.com/antonbelov/ddbfe416bcf0cd132393c38e8d09c933
->createOptionForm(function (Form $form) {
return SubuserResource::form($form);
})
->createOptionForm(function (Form $form) {
return SubuserResource::form($form);
})
does not help. Same error
2 replies