Skip to content

Commit 1dc9143

Browse files
committed
Add missing namespace.
1 parent 6a7093f commit 1dc9143

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/AboutController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using AbpCompanyName.AbpProjectName.Controllers;
1+
using Abp.AspNetCore.Mvc.Authorization;
2+
using AbpCompanyName.AbpProjectName.Controllers;
23
using Microsoft.AspNetCore.Mvc;
34

45
namespace AbpCompanyName.AbpProjectName.Web.Controllers

0 commit comments

Comments
 (0)