Skip to content

Commit

Permalink
Merge pull request #18903 from abpframework/enisn-patch-1
Browse files Browse the repository at this point in the history
Fix namespace in Getting started - Single Layer
  • Loading branch information
realLiangshiwei authored Feb 6, 2024
2 parents 039451b + b5bee7b commit 8c7351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Tutorials/Todo/Single-Layer/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ using TodoApp.Entities;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
{{else}}
using TodoApp.Entities;
using TodoAppEntities;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
{{end}}
Expand Down

0 comments on commit 8c7351c

Please sign in to comment.