cleanup & setting up sync update

This commit is contained in:
2025-03-24 17:19:51 +03:00
parent a2ce9248f0
commit 22473c8f3f
13650 changed files with 507 additions and 1947259 deletions
-10
View File
@@ -1,10 +0,0 @@
<?php
namespace Streamline\Enums;
enum Roles: string
{
case ADMIN = 'Admin';
case SUPER_ADMIN = 'Super Admin';
case DOCTOR = 'Doctors';
}