RBAC - Système complet de permissions (Backend + Frontend) #7

Merged
tristan merged 56 commits from feat/rbac-admin-users into develop 2026-04-17 12:34:39 +00:00
Showing only changes of commit eb0b49a7ef - Show all commits

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace App\Module\Core\Infrastructure\Doctrine\Migrations;
namespace DoctrineMigrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;