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