1
0
Fork 0
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:
Daniel Supernault 2019-06-18 14:29:39 -06:00
parent 05fed84eaa
commit 914681a4ad
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -10,7 +10,6 @@ class ContactController extends Controller
{
public function show(Request $request)
{
abort_if(!config('instance.contact.enabled'), 404);
return view('site.contact');
}