prefix built-in events with laravel.
This commit is contained in:
@@ -94,7 +94,7 @@ class Bundle {
|
||||
// start script for reverse routing efficiency purposes.
|
||||
static::routes($bundle);
|
||||
|
||||
Event::fire("started: {$bundle}");
|
||||
Event::fire("laravel.started: {$bundle}");
|
||||
|
||||
static::$started[] = strtolower($bundle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user