mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update ContactController
This commit is contained in:
parent
05fed84eaa
commit
914681a4ad
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ class ContactController extends Controller
|
||||||
{
|
{
|
||||||
public function show(Request $request)
|
public function show(Request $request)
|
||||||
{
|
{
|
||||||
abort_if(!config('instance.contact.enabled'), 404);
|
|
||||||
return view('site.contact');
|
return view('site.contact');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue