Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions datastore/api/src/functions/concepts.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
namespace Google\Cloud\Samples\Datastore;

use DateTime;
// [START datastore_use]
use Google\Cloud\Datastore\DatastoreClient;
// [END datastore_use]
use Google\Cloud\Datastore\Entity;
use Google\Cloud\Datastore\EntityIterator;
use Google\Cloud\Datastore\Key;
Expand All @@ -33,9 +31,7 @@
*/
function initialize_client()
{
// [START datastore_initialize_client]
$datastore = new DatastoreClient();
// [END datastore_initialize_client]
return $datastore;
}

Expand Down