1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added user ownership migrate to delete screen.

This commit is contained in:
Dan Brown
2021-01-01 18:31:01 +00:00
parent 99b14621f9
commit 5e686bb624
6 changed files with 50 additions and 8 deletions

View File

@ -55,7 +55,7 @@ class EntityProvider
/**
* Fetch all core entity types as an associated array
* with their basic names as the keys.
* @return [string => Entity]
* @return array<Entity>
*/
public function all(): array
{