@@ -76,7 +76,7 @@ |
||
76 | 76 | } |
77 | 77 | |
78 | 78 | public function remove() { |
79 | - foreach(self::expected as $key) { |
|
79 | + foreach (self::expected as $key) { |
|
80 | 80 | $this->config->deleteAppValue(Application::APP_NAME, $key); |
81 | 81 | } |
82 | 82 | } |