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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user