mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
fix: remove unused variable in updatedBuildPack method
This commit is contained in:
@@ -622,7 +622,6 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user