Skip to content

Commit

Permalink
Merge pull request #3 from contao-estatemanager/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
doishub authored Jul 3, 2020
2 parents 158fa62 + 2a820fa commit 687f4cb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Resources/contao/classes/AddonManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
class AddonManager
{
/**
* Addon name
* Bundle name
* @var string
*/
public static $name = 'WibImport';
public static $bundle = 'EstateManagerWibImport';

/**
* Package
* @var string
*/
public static $package = 'contao-estatemanager/wib-import';

/**
* Addon config key
Expand Down
28 changes: 28 additions & 0 deletions src/Resources/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 687f4cb

Please sign in to comment.