Domain\Teacher\Http\TeacherController::restore PHP 메소드

restore() 공개 메소드

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