coolify/app/Livewire/Destination
Andras Bacsai 1da1f32f0e refactor: use forceCreate() for internal model creation
Replace create() with forceCreate() across internal model creation operations to bypass mass assignment protection. This is appropriate for internal code that constructs complete model state without user input.

Add InternalModelCreationMassAssignmentTest to ensure internal model creation behavior is properly tested. Optimize imports by using shortened Livewire attribute references and removing unused imports.
2026-03-30 13:04:11 +02:00
..
New refactor: use forceCreate() for internal model creation 2026-03-30 13:04:11 +02:00
Index.php fix: destinations livewire refactor 2024-11-03 22:19:41 +01:00
Show.php fix: add validation and escaping for Docker network names 2026-03-28 12:28:59 +01:00