KrzysiekNDS
KrzysiekNDS
### Description In integration testing, when executing a GET request, I get an error Error: Unexpected field `_csrfToken` in POST data after executing a POST type query with csrf token...
## Issue Description The [documentation](https://sequelize.org/docs/v6/other-topics/other-data-types/#json-sqlite-mysql-mariadb-oracle-and-postgresql-only) says that mysql supports DataTypes.JSON In docs seems correct: 
### Description When running tests with PHPUnit, I encountered the following exception: `PHPUnit\Framework\ComparisonMethodDoesNotExistException: Comparison method Spatie\Permission\Models\Role::equals() does not exist` This issue occurs because the Role model does not implement an...