Skip to content

Commit

Permalink
Merge pull request #2 from contao-estatemanager/develop
Browse files Browse the repository at this point in the history
AddonManager updated and logo added
  • Loading branch information
doishub authored Jul 3, 2020
2 parents 5249907 + 885eaa7 commit e2d3247
Show file tree
Hide file tree
Showing 2 changed files with 9 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 = 'Similar Objects';
public static $bundle = 'EstateManagerSimilar';

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

/**
* Addon config key
Expand Down
1 change: 1 addition & 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 e2d3247

Please sign in to comment.