F
Filament2mo ago
Dom T.

V4 RelationManager Class must be declared abstract or implement methods

Class must be declared abstract or implement methods 'getSelectedTableRecordsQuery', 'isTableColumnToggledHidden' Hi, I don't see on the documentation if I need to declare this methods and how. Or maybe it's a problem in the upgrade. The stubs are :
public function getSelectedTableRecordsQuery(
bool $shouldFetchSelectedRecords = true,
?int $chunkSize = null
): Builder {
// TODO: Implement getSelectedTableRecordsQuery() method.
}

public function isTableColumnToggledHidden(string $name): bool
{
// TODO: Implement isTableColumnToggledHidden() method.
}
public function getSelectedTableRecordsQuery(
bool $shouldFetchSelectedRecords = true,
?int $chunkSize = null
): Builder {
// TODO: Implement getSelectedTableRecordsQuery() method.
}

public function isTableColumnToggledHidden(string $name): bool
{
// TODO: Implement isTableColumnToggledHidden() method.
}
Can you help me ?
No description
1 Reply
Fireflies
Fireflies2mo ago
Is it IDE error or does it actually throws an error? Yesterday I was updating multiple projects and I think I saw something similar too, but as I was going on with my update the issue resolved itself, so that's why I thought it might be just IDE reindexing?

Did you find this page helpful?