Skip to content

Commit

Permalink
added the missing boot method
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 25, 2012
1 parent 024dc3e commit 0c3eb80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/MarcW/Silex/Provider/BuzzServiceProvider.php
Expand Up @@ -60,4 +60,8 @@ public function register(Application $app)
$app['buzz']->getClient()->setIgnoreErrors($app['buzz.client.ignore_errors']);
}
}

public function boot(Application $app)
{
}
}

0 comments on commit 0c3eb80

Please sign in to comment.