update api documentation
This commit is contained in:
@@ -56,23 +56,4 @@ class DefinePropel {
|
||||
)
|
||||
);
|
||||
}
|
||||
/*
|
||||
* $conf = array (
|
||||
'datasources' =>
|
||||
array (
|
||||
'thelia' =>
|
||||
array (
|
||||
'adapter' => THELIA_DB_ADAPTER,
|
||||
'connection' =>
|
||||
array (
|
||||
'dsn' => THELIA_DB_DSN,
|
||||
'user' => THELIA_DB_USER,
|
||||
'password' => THELIA_DB_PASSWORD,
|
||||
),
|
||||
),
|
||||
),
|
||||
'generator_version' => '1.6.8',
|
||||
);
|
||||
return $conf;
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user