فهرست منبع

Update ContactController

Daniel Supernault 6 سال پیش
والد
کامیت
914681a4ad
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app/Http/Controllers/ContactController.php

+ 0 - 1
app/Http/Controllers/ContactController.php

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