mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: remove unused variable in updatedBuildPack method
This commit is contained in:
parent
40f88c0013
commit
29e0e08146
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue