Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 7fcfd8e

Browse files
committed
AddonManager updated and logo added
1 parent d87caec commit 7fcfd8e

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

src/Resources/contao/classes/AddonManager.php

+8-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
class AddonManager
1818
{
1919
/**
20-
* Addon name
20+
* Bundle name
2121
* @var string
2222
*/
23-
public static $name = 'WibImport';
23+
public static $bundle = 'EstateManagerWibImport';
24+
25+
/**
26+
* Package
27+
* @var string
28+
*/
29+
public static $package = 'contao-estatemanager/wib-import';
2430

2531
/**
2632
* Addon config key

src/Resources/public/logo.svg

+28
Loading

0 commit comments

Comments
 (0)