BelongsToMany relationship: Account and AccountCollection.AccountsRelationManager on an AccountCollectionResource.Account model called collections() rather than the Laravel naming convention of accountCollections(). When I try to attach an account on the relation manager, I get the following error:Call to undefined method App\Models\Crm\Account::accountCollections()
AttachAction is looking for a relationship that doesn't exist. How can I fix this without renaming my relationship? Is there an option on the AttachAction I can use?