Skip to content

Commit 37e6f87

Browse files
authored
Merge pull request #642 from hhaccessibility/minor-contact-fix
app: contact.php: fixed code styling by adding empty line at end of file
2 parents 4ed421a + a3e8e97 commit 37e6f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Route::group(['prefix' => 'contact'], function () {
44
Route::get('/', 'ContactController@index');
55
Route::post('/', 'ContactController@sendMessage');
6-
});
6+
});

0 commit comments

Comments
 (0)