diff --git a/app/Http/Controllers/EmployerController.php b/app/Http/Controllers/EmployerController.php index 904e848..c8ecb0b 100644 --- a/app/Http/Controllers/EmployerController.php +++ b/app/Http/Controllers/EmployerController.php @@ -610,7 +610,7 @@ class EmployerController extends Controller //Установка уведомлений сохранение public function save_subscribe(Request $request) { - dd($request->all()); +// dd($request->all()); $msg = $request->validate([ 'subscribe_email' => 'required|email|min:5|max:255', ]);