Fixed typo in comment.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
d12f868f8c
commit
606b8ceada
|
@ -54,7 +54,7 @@ public static function register($bundle, $config = array())
|
||||||
$config = array('location' => $bundle);
|
$config = array('location' => $bundle);
|
||||||
}
|
}
|
||||||
|
|
||||||
// IF no location is set, we will set the location to match the name of
|
// If no location is set, we will set the location to match the name of
|
||||||
// the bundle. This is for bundles who are installed to the root of
|
// the bundle. This is for bundles who are installed to the root of
|
||||||
// the bundle directory so a location was not set.
|
// the bundle directory so a location was not set.
|
||||||
if ( ! isset($config['location']))
|
if ( ! isset($config['location']))
|
||||||
|
|
Loading…
Reference in New Issue