@@ -206,7 +206,7 @@ |
||
206 | 206 | |
207 | 207 | if ($this->writer->getDebug()) { |
208 | 208 | $text .= '# Cache is '.($this->cache ? 'enabled with key "'.$this->cacheKey.'"' : 'disabled').'.'.PHP_EOL. |
209 | - '#'.PHP_EOL; |
|
209 | + '#'.PHP_EOL; |
|
210 | 210 | } |
211 | 211 | |
212 | 212 | if ($this->cache) { |
@@ -6,7 +6,7 @@ |
||
6 | 6 | * @version v0.4.0 |
7 | 7 | */ |
8 | 8 | Route::get('/.well-known/security.txt', '\AustinHeap\Security\Txt\SecurityTxtController@show') |
9 | - ->name('security.txt'); |
|
9 | + ->name('security.txt'); |
|
10 | 10 | |
11 | 11 | Route::get('/security.txt', '\AustinHeap\Security\Txt\SecurityTxtController@redirect') |
12 | - ->name('security.txt-redirect'); |
|
12 | + ->name('security.txt-redirect'); |