prefix built-in events with laravel.

This commit is contained in:
Taylor Otwell
2012-02-16 16:26:39 -06:00
parent 7aa78e1a3c
commit dd6402c648
4 changed files with 5 additions and 5 deletions

View File

@@ -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);
}