Domain\Employee\Http\EmployeeController::restore PHP Метод

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

Restore employee.
public restore ( $id ) : mixed
Результат mixed
    public function restore($id)
    {
        return $this->repo->restore($id);
    }