Skip to content

Commit

Permalink
#2 make sure the parameter is delivered to the next function if it co…
Browse files Browse the repository at this point in the history
…uld not already be resolved
  • Loading branch information
1stthomas committed May 27, 2021
1 parent 1613a9d commit 28a55e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concrete/Services/PackageBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getPackage($obj = null)
}
}

$pkgHandle = $this->getPackageHandle();
$pkgHandle = $this->getPackageHandle($obj);

return $this->app->make(PackageService::class)
->getByHandle($pkgHandle);
Expand Down

0 comments on commit 28a55e1

Please sign in to comment.