Skip to content

Commit

Permalink
removed direct perform() from Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 20, 2017
1 parent 632fe97 commit eea4575
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,6 @@ public function getDriverName()
return 'hiart';
}

/**
* Performs command.
* @param string $action
* @param string $table
* @param mixed $body
* @param array $options
* @return mixed
*/
public function perform($action, $table, $body = [], array $options = [])
{
return $this->createCommand()->perform($action, $table, $body, $options);
}

/**
* Creates a command for execution.
* @param array $config the configuration for the Command class
Expand Down

0 comments on commit eea4575

Please sign in to comment.