add alertcontact in uptimerobotservice
This commit is contained in:
parent
be836d5956
commit
e80be83293
2
.idea/php.xml
generated
2
.idea/php.xml
generated
@ -35,7 +35,7 @@
|
||||
<path value="$PROJECT_DIR$/vendor/symfony/dependency-injection" />
|
||||
</include_path>
|
||||
</component>
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="7.4">
|
||||
<component name="PhpProjectSharedConfiguration" php_language_level="7.2">
|
||||
<option name="suggestChangeDefaultLanguageLevel" value="false" />
|
||||
</component>
|
||||
</project>
|
||||
@ -11,7 +11,7 @@
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"php": ">=7.2",
|
||||
"symfony/framework-bundle": ">=4.3",
|
||||
"symfony/flex": "^1.2",
|
||||
"symfony/dependency-injection": "^v4.4",
|
||||
|
||||
@ -14,9 +14,9 @@ class UptimeRobotApiService
|
||||
|
||||
private $interval;
|
||||
|
||||
private string $alertContactsString;
|
||||
private $alertContactsString;
|
||||
|
||||
private array $alertContacts;
|
||||
private $alertContacts;
|
||||
|
||||
/** @var $client */
|
||||
protected $client;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user