adding UserDetailObserver and reorderable records feature
This commit is contained in:
@@ -181,4 +181,9 @@ class WorkersRelationManager extends RelationManager
|
||||
->paginated([10, 25, 50, 100])
|
||||
->striped();
|
||||
}
|
||||
|
||||
protected function canReorder(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user