mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
mangement add oauth
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user