Skip to content

Commit

Permalink
RemoveTempoarayRegisterOfAccessJob: missing DI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk committed Nov 10, 2024
1 parent f451c0b commit 7d22655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Jobs/Governance/RemoveTempoarayRegisterOfAccessJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Carbon\Carbon;
use Carbon\CarbonInterval;
use HMS\Entities\Role;
use HMS\Repositories\MetaRepository;
use HMS\Repositories\RoleRepository;
use HMS\Repositories\RoleUpdateRepository;
use HMS\User\Permissions\RoleManager;
Expand Down Expand Up @@ -32,7 +33,8 @@ public function __construct()
public function handle(
RoleRepository $roleRepository,
RoleUpdateRepository $roleUpdateRepository,
RoleManager $roleManager
RoleManager $roleManager,
MetaRepository $metaRepository
): void {
$roleNames = [
Role::TEMPORARY_VIEW_REGISTER_OF_MEMBERS,
Expand Down

0 comments on commit 7d22655

Please sign in to comment.