Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec723448 authored by Ronak Patel's avatar Ronak Patel
Browse files

renamed file

parent beed2fd1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@
        <command>OCA\EcloudAccounts\Command\MigrateWebmailAddressbooks</command>
    </commands>
    <background-jobs>
		<job>OCA\EcloudAccounts\BackgroundJob\WeeklyBlacklistedDomainsJob</job>
		<job>OCA\EcloudAccounts\BackgroundJob\BlacklistedDomainsJob</job>
    </background-jobs>
</info>
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\TimedJob;
use Psr\Log\LoggerInterface;

class WeeklyBlacklistedDomainsJob extends TimedJob {
class BlacklistedDomainsJob extends TimedJob {
	private LoggerInterface $logger;
	private UserService $userService;
	private ITimeFactory $timeFactory;