Skip to content

Commit 2aa7eef

Browse files
committed
fix method calls
1 parent 85e020c commit 2aa7eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spanner/spanner.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
->setDefinition($inputDefinition)
618618
->setDescription('Queries sample data using SQL with query options.')
619619
->setCode(function ($input, $output) {
620-
query_data_with_timestamp_parameter(
620+
query_data_with_query_options(
621621
$input->getArgument('instance_id'),
622622
$input->getArgument('database_id')
623623
);
@@ -629,7 +629,7 @@
629629
->setDefinition($inputDefinition)
630630
->setDescription('Create a client with query options.')
631631
->setCode(function ($input, $output) {
632-
query_data_with_timestamp_parameter(
632+
create_client_with_query_options(
633633
$input->getArgument('instance_id'),
634634
$input->getArgument('database_id')
635635
);

0 commit comments

Comments
 (0)