Domain\Teacher\Http\TeacherController::restore PHP Method

restore() public method

Restore teacher.
public restore ( $id ) : mixed
return mixed
    public function restore($id)
    {
        return $this->repo->restore($id);
    }