RBAC #344 - API CRUD Roles & Permissions (Backend) #3

Closed
matthieu wants to merge 25 commits from feat/rbac-api into develop
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;