AcProjectsController::show PHP Метод

show() публичный Метод

Display the specified resource.
public show ( integer $id ) : Response
$id integer
Результат Response
    public function show($id)
    {
        // $this->acProject = $this->acProjectModel->findOrFail($id);
        return view('ac_projects.show', compact_property($this, 'acProject'));
    }