formatting, juiste use voor UpdateDynamicRequest
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Dynamic;
|
||||
use App\Models\Ledger;
|
||||
use App\Models\Mutation;
|
||||
use App\Models\User;
|
||||
|
||||
test('owner can create a mutation which is automatically approved and does not say Approved', function () {
|
||||
$owner = User::factory()->create();
|
||||
|
||||
Reference in New Issue
Block a user