remove some unused variables
This commit is contained in:
@@ -40,7 +40,7 @@ class DefinePropel
|
||||
{
|
||||
$connection = $this->processorConfig["connection"];
|
||||
|
||||
return $conf = array(
|
||||
return array(
|
||||
"dsn" => $connection["dsn"],
|
||||
"user" => $connection["user"],
|
||||
"password" => $connection["password"],
|
||||
|
||||
Reference in New Issue
Block a user