Skip to content

Commit

Permalink
Add missing 'public static' to addBootstrapManagerReferences() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Mar 8, 2016
1 parent debd122 commit ba799ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Drush.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function hasContainer() {
* are allowed to add extensions, and extensions must be added
* before we compile the container.
*/
function addBootstrapManagerReferences() {
public static function addBootstrapManagerReferences() {
if (static::hasService('bootstrap.manager')) {
$bootstrapManager = static::service('bootstrap.manager');
$taggedServices = static::$container->findTaggedServiceIds(
Expand Down

0 comments on commit ba799ea

Please sign in to comment.