mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 17:22:15 +01:00
Migrate permission away from Jetstream; Moved update user to REST API
This commit is contained in:
@@ -50,6 +50,7 @@ abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
// Note: It is necessary to clear the permission cache after each test, since the "scoped singletons" are not reset between tests.
|
||||
app(PermissionStore::class)->clear();
|
||||
PermissionStore::resetCustomRoles();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user