1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

fix mvc/ideas/1/main.go->AfterActivation

Former-commit-id: bf3d8227793fba76f0f7349d82d1200275ac9147
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-18 02:24:53 +02:00
parent d5a38a0cd6
commit 4fb46bf1f3
3 changed files with 6 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ func (app *Application) Configure(configurators ...func(*Application)) *Applicat
// controller's methods, if matching.
//
// The dependencies can be changed per-controller as well via a `beforeActivate`
// on the `Register` method or when the controller has the `BeforeActivation(c *ControllerActivator)`
// on the `Register` method or when the controller has the `BeforeActivation(b BeforeActivation)`
// method defined.
//
// It returns this Application.