Remove unused controllers and tests
This commit is contained in:
parent
2ab362dc5d
commit
480a5a97b4
|
|
@ -26,4 +26,3 @@ class AccountSyncController extends Controller
|
|||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,3 @@ class BankSyncController extends Controller
|
|||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -78,4 +78,3 @@ it('requires authentication', function () {
|
|||
|
||||
$response->assertUnauthorized();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -52,4 +52,3 @@ it('requires authentication', function () {
|
|||
|
||||
$response->assertUnauthorized();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue