Replace all uses of `forceFill`, `forceCreate`, and `forceFill` with their non-force equivalents across models, actions, controllers, and Livewire components. Add explicit `$fillable` arrays to all affected Eloquent models to enforce mass assignment protection. Add ModelFillableCreationTest and ModelFillableRegressionTest to verify that model creation respects fillable constraints and prevent regressions. |
||
|---|---|---|
| .. | ||
| ApplicationsController.php | ||
| CloudProviderTokensController.php | ||
| DatabasesController.php | ||
| DeployController.php | ||
| GithubController.php | ||
| HetznerController.php | ||
| OpenApi.php | ||
| OtherController.php | ||
| ProjectController.php | ||
| ResourcesController.php | ||
| ScheduledTasksController.php | ||
| SecurityController.php | ||
| ServersController.php | ||
| ServicesController.php | ||
| TeamController.php | ||