Skip to content

Commit fabb463

Browse files
authored
Merge pull request #45 from prattcmp/patch-1
added name to route
2 parents 23eb449 + a0a13dc commit fabb463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
use Illuminate\Support\Facades\Route;
44

5-
Route::post('download', 'GdprController@download');
5+
Route::post('download', 'GdprController@download')->name('gdpr.download');

0 commit comments

Comments
 (0)