config error
This commit is contained in:
parent
714864cdbc
commit
d8c07e28a0
@ -33,7 +33,7 @@ $connectionOptions = array(
|
||||
ConnectionOptions::OPTION_CREATE => true,
|
||||
// optionally create new collections when inserting documents
|
||||
ConnectionOptions::OPTION_UPDATE_POLICY => UpdatePolicy::LAST,
|
||||
ConnectionOptions::OPTION_DATABASE => 'database',
|
||||
ConnectionOptions::OPTION_DATABASE => $database,
|
||||
);
|
||||
|
||||
// open connection
|
||||
|
Loading…
Reference in New Issue
Block a user