Commit 4e9369f5 authored by Taylor Otwell's avatar Taylor Otwell

rename autoloading method.

parent 1ff9deb1
...@@ -69,7 +69,7 @@ class Bundle { ...@@ -69,7 +69,7 @@ class Bundle {
// way to register mappings withuot a bootstrap. // way to register mappings withuot a bootstrap.
if (isset($config['autoloads'])) if (isset($config['autoloads']))
{ {
static::autoloading($bundle, $config); static::autoloads($bundle, $config);
} }
} }
...@@ -140,7 +140,7 @@ class Bundle { ...@@ -140,7 +140,7 @@ class Bundle {
* @param array $config * @param array $config
* @return void * @return void
*/ */
protected static function autoloading($bundle, $config) protected static function autoloads($bundle, $config)
{ {
$path = trim(Bundle::path($bundle), DS); $path = trim(Bundle::path($bundle), DS);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment