feat: implement BankAccount management with CRUD operations and routes for tenant selection

This commit is contained in:
2026-07-03 13:58:21 -03:00
parent c1b7b12fe1
commit 0d4c6a4492
13 changed files with 120 additions and 77 deletions

View File

@@ -2,7 +2,7 @@
namespace Tests\Feature\Tenant;
use App\Domains\Tenant\Models\BankAccount;
use App\Domains\BankAccount\Models\BankAccount;
use App\Domains\Tenant\Models\Tenant;
use App\Domains\Auth\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;