Skip to content

Commit 143e166

Browse files
Update recipes 2023-11-28 (#68)
1 parent 9f57fb0 commit 143e166

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gponty/symfony-monday-api-bundle/1.0/config/packages/monday.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
return static function (ContainerConfigurator $containerConfigurator): void {
88
$containerConfigurator->extension('monday', [
99
'api_key' => '%env(MONDAY_API_KEY)%',
10-
'api_version' => '%env(MONDAY_API_VERSION)%',
1110
]);
1211
};

gponty/symfony-monday-api-bundle/1.0/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"config/": "%CONFIG_DIR%/"
77
},
88
"env": {
9-
"MONDAY_API_KEY": "your_monday_api_key",
10-
"MONDAY_API_VERSION": "your_monday_api_version"
9+
"MONDAY_API_KEY": "your_monday_api_key"
1110
}
1211
}

0 commit comments

Comments
 (0)