|
@@ -85,6 +85,15 @@ class Snapshots extends Command {
|
|
|
* @var SnapshotJob $entity
|
|
* @var SnapshotJob $entity
|
|
|
*/
|
|
*/
|
|
|
foreach ($entities->get() as $entity) {
|
|
foreach ($entities->get() as $entity) {
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $entity,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $productIds
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
try {
|
|
try {
|
|
|
$now = new \DateTime();
|
|
$now = new \DateTime();
|
|
|
$today = $now->format("l");
|
|
$today = $now->format("l");
|