resolve merge conflict

This commit is contained in:
Andras Bacsai
2025-11-18 14:54:17 +01:00
parent 329708791e
commit acfee7d9f3
2 changed files with 6 additions and 8 deletions

View File

@@ -622,6 +622,7 @@ class General extends Component
public function updatedBuildPack()
{
$originalBuildPack = $this->application->getOriginal('build_pack');
// Check if user has permission to update
try {
$this->authorize('update', $this->application);