Completed
Push — master ( 3f40b7...48d02b )
by Austin
19s
created
src/routes/security-txt.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * @version     v0.3.2
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', function () {
12 12
     return redirect()->route('security.txt');
Please login to merge, or discard this patch.