mangement add oauth

This commit is contained in:
xiaomlove
2024-03-11 02:12:17 +08:00
parent a2b8ef3c50
commit 8903f10286
19 changed files with 455 additions and 7 deletions

View File

@@ -16,10 +16,8 @@ class PageListSingle extends ManageRecords
return Layout::AboveContent;
}
protected function getTableRecordUrlUsing(): ?Closure
protected function getTableRecordActionUsing(): ?Closure
{
return function (Model $record): ?string {
return null;
};
return null;
}
}