mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 16:52:17 +01:00
Added importer details endpoint
This commit is contained in:
committed by
Gregor Vostrak
parent
fe61a54c35
commit
1f79d5e50a
@@ -28,7 +28,7 @@ class OrganizationResourceTest extends FilamentTestCase
|
||||
// Arrange
|
||||
$user = User::factory()->create();
|
||||
$organizations = Organization::factory()->state([
|
||||
'user_id' => $user->id,
|
||||
'user_id' => $user->getKey(),
|
||||
])->createMany(5);
|
||||
|
||||
// Act
|
||||
|
||||
Reference in New Issue
Block a user