added event firing when bundle is started.
This commit is contained in:
@@ -87,6 +87,8 @@ class Bundle {
|
||||
// start script for reverse routing efficiency purposes.
|
||||
static::routes($bundle);
|
||||
|
||||
Event::fire("started: {$bundle}");
|
||||
|
||||
static::$started[] = strtolower($bundle);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user