public function __construct(\Foothing\Repository\Tests\Fixtures\Person $model) { parent::__construct($model); }
function __construct(Route $route, Parser $parser) { parent::__construct($route); $this->parser = $parser; }