mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-15 22:56:44 +00:00
REL-0.10 Bump release date
This commit is contained in:
parent
17f6d34211
commit
c266e2dcde
@ -11,7 +11,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v0.10';
|
||||
$DEVILBOX_DATE = '2017-05-20';
|
||||
$DEVILBOX_DATE = '2017-05-23';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -84,6 +84,11 @@ class Mongo extends BaseClass implements BaseInterface
|
||||
*********************************************************************************/
|
||||
|
||||
|
||||
/**
|
||||
* Execute MongoDB command and return iteratable
|
||||
* @param array $command Command
|
||||
* @return iteratable
|
||||
*/
|
||||
private function command($command)
|
||||
{
|
||||
$cmd = new \MongoDB\Driver\Command($command);
|
||||
@ -100,10 +105,6 @@ class Mongo extends BaseClass implements BaseInterface
|
||||
return array();
|
||||
}
|
||||
|
||||
private function query($query)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get all MongoDB Databases.
|
||||
@ -123,7 +124,6 @@ class Mongo extends BaseClass implements BaseInterface
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return $databases;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user