public function __construct(Repo $repo) { $this->repo = $repo; $this->into($repo->getTable()); parent::__construct($repo->getDbInstance()); }