Dav: add some documentation on classes

This commit is contained in:
2023-09-15 22:32:25 +02:00
parent a57e6c0cc9
commit 8d44bb2c32
6 changed files with 33 additions and 13 deletions

View File

@@ -11,6 +11,9 @@ declare(strict_types=1);
namespace Chill\DocStoreBundle\Security\Authorization;
/**
* Role to edit or see the stored object content.
*/
enum StoredObjectRoleEnum: string
{
case SEE = 'SEE';