Pipe improvements, misc cleanup
* Pipe improvements; better filter code, pipeline etc. * Moved commands in PDO plugin to dedicated namespace
This commit is contained in:
@ -7,8 +7,8 @@ use SparkPlug;
|
||||
class PdoPlugin extends SparkPlug {
|
||||
public function load()
|
||||
{
|
||||
register_command(new PdoQueryCommand());
|
||||
register_command(new PdoExecCommand());
|
||||
register_command(new Commands\PdoQueryCommand());
|
||||
register_command(new Commands\PdoExecCommand());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user