added packages auto-load array.

This commit is contained in:
Taylor Otwell
2011-08-02 22:29:48 -05:00
parent fb984016e8
commit dbf43877c6
3 changed files with 33 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ class Package {
{
static::load($value);
}
return;
}
// Packages may have a bootstrap file, which commonly is used to register auto-loaders