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 @@ public function updatedIsStatic($value)
|
||||||
|
|
||||||
public function updatedBuildPack()
|
public function updatedBuildPack()
|
||||||
{
|
{
|
||||||
$originalBuildPack = $this->application->getOriginal('build_pack');
|
|
||||||
// Check if user has permission to update
|
// Check if user has permission to update
|
||||||
try {
|
try {
|
||||||
$this->authorize('update', $this->application);
|
$this->authorize('update', $this->application);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue