Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmgent-robibeka committed Aug 4, 2023
1 parent e1c5303 commit e4ff160
Show file tree
Hide file tree
Showing 3 changed files with 11,068 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/vendor/
.idea
**/.DS_Store
4 changes: 3 additions & 1 deletion WebHookBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Pimcore\HttpKernel\Bundle\DependentBundleInterface;
use Pimcore\HttpKernel\BundleCollection\BundleCollection;
use Pimcore\Extension\Bundle\Installer\InstallerInterface;
use Pimcore\Extension\Bundle\Traits\PackageVersionTrait;
use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
use WebHookBundle\Installer\WebHookBundleInstaller;
Expand All @@ -15,7 +16,8 @@ class WebHookBundle extends AbstractPimcoreBundle {
const PACKAGE_NAME = 'sintra/pimcore-webhooks';
*/

public function getInstaller() {
public function getInstaller(): ?InstallerInterface
{

return $this->container->get(WebHookBundleInstaller::class);

Expand Down
Loading

0 comments on commit e4ff160

Please sign in to comment.