@@ -51,7 +51,7 @@ |
||
51 | 51 | * @param IConfig $config |
52 | 52 | */ |
53 | 53 | public function __construct($appName, IRequest $request, |
54 | - IDBConnection $db, IConfig $config){ |
|
54 | + IDBConnection $db, IConfig $config) { |
|
55 | 55 | parent::__construct($appName, $request); |
56 | 56 | $this->db = $db; |
57 | 57 | $this->config = $config; |
@@ -78,7 +78,7 @@ |
||
78 | 78 | * |
79 | 79 | * @return string |
80 | 80 | */ |
81 | - public function getPluginName() { |
|
81 | + public function getPluginName() { |
|
82 | 82 | return 'nc-enable-birthday-calendar'; |
83 | 83 | } |
84 | 84 |