Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/app/Http/Controllers/Front/FeedbackFormController.php
Назад
<?php namespace App\Http\Controllers\Front; use App\Http\Controllers\Controller; use App\Http\Requests\Front\UserFeedbackFormRequest; use App\Interfaces\Front\FeedbackFormRepositoryInterface; class FeedbackFormController extends Controller { private FeedbackFormRepositoryInterface $feedbackFormRepository; public function __construct(FeedbackFormRepositoryInterface $feedbackFormRepository) { $this->feedbackFormRepository = $feedbackFormRepository; } public function index(){ return view('front.feedback'); } public function feedbackFormData(UserFeedbackFormRequest $request){ return $this->feedbackFormRepository->feedbackForm($request); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка