Skip to content

Commit

Permalink
Update HostingSubscriptionBackup.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber authored Oct 2, 2024
1 parent 4ca4c7b commit cff063b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/app/Models/HostingSubscriptionBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function boot()
}

public function checkCronJob()
{
{/*
$cronJobCommand = 'phyre-php /usr/local/phyre/web/artisan phyre:create-daily-full-hosting-subscriptions-backup';
$findCronJob = CronJob::where('command', $cronJobCommand)->first();
if (! $findCronJob) {
Expand All @@ -77,7 +77,7 @@ public function checkCronJob()
$cronJob->command = $cronJobCommand;
$cronJob->user = 'root';
$cronJob->save();
}
}*/

return true;
}
Expand Down

0 comments on commit cff063b

Please sign in to comment.