GetTableQuery
I am trying to get table query on relation manager. I am trying to do this as it is written in docs. But getTableQuery is depricated. How should I do it then? Thanks for answer.
protected function getTableQuery(): Builder
{
return parent::getTableQuery()
->withoutGlobalScopes([
SoftDeletingScope::class,
]);
}
2 Replies
Solution
thank you