Remove unused controllers and tests

This commit is contained in:
Víctor Falcón 2025-11-26 12:41:47 +01:00
parent 2ab362dc5d
commit 480a5a97b4
4 changed files with 0 additions and 4 deletions

View File

@ -26,4 +26,3 @@ class AccountSyncController extends Controller
]);
}
}

View File

@ -27,4 +27,3 @@ class BankSyncController extends Controller
]);
}
}

View File

@ -78,4 +78,3 @@ it('requires authentication', function () {
$response->assertUnauthorized();
});

View File

@ -52,4 +52,3 @@ it('requires authentication', function () {
$response->assertUnauthorized();
});