Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendidier committed Sep 22, 2013
1 parent f4bce22 commit ea8d2c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Buzz/Buzz.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
namespace Buzz\Bundle\BuzzBundle\Buzz;

use Buzz\Bundle\BuzzBundle\Buzz\BrowserManager;
use Buzz\Bundle\BuzzBundle\Exception\BuzzException;

class Buzz
{
protected $browsers;

public function __construct(BrowserManager $browsers = null)
{
$this->browsers = $browsers;
}

public function getBrowser($name)
{
return $this->browsers->get($name);
Expand Down

0 comments on commit ea8d2c8

Please sign in to comment.