Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 141ef8b1b3 | |||
| 4764857306 |
+1
-1
@@ -4,7 +4,7 @@
|
||||
"type": "contao-bundle",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"php": "^8.3",
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/calendar-bundle": "^5.7",
|
||||
"contao/manager-plugin": "^2.0",
|
||||
|
||||
@@ -27,7 +27,7 @@ class ImportEventsCommand extends Command
|
||||
private const int TARGET_CALENDAR_ID = 1;
|
||||
private const int TARGET_ORGANIZATION_ID = 142;
|
||||
private const int TARGET_AUTHOR_ID = 8;
|
||||
private const array DEFAULT_TAGS = [7, 8];
|
||||
private const array DEFAULT_TAGS = [23];
|
||||
|
||||
public function __construct(
|
||||
private readonly ContaoFramework $framework,
|
||||
|
||||
Reference in New Issue
Block a user