## Summary
- Remove the `budgets` Pennant feature flag — budgets is now enabled for
all users
- Delete `EnsureBudgetsFeature` middleware and its route guard
- Remove `budgets` from shared Inertia features and the `Features`
TypeScript interface
- Remove all `Feature::for($user)->activate('budgets')` calls from tests
- Delete `BudgetFeatureFlagTest` and feature-disabled test cases from
`BudgetsFeatureNavigationTest`
|
||
|---|---|---|
| .. | ||
| assets | ||
| .gitignore | ||
| AmountInputTest.php | ||
| AuthenticationTest.php | ||
| AutomationRuleBuilderTest.php | ||
| BankAccountsTest.php | ||
| BudgetCrudTest.php | ||
| BudgetsFeatureNavigationTest.php | ||
| CategoriesTest.php | ||
| ImportTransactionsTest.php | ||
| OnboardingFlowTest.php | ||
| TransactionsTest.php | ||