Skip to content

Commit 4c1c352

Browse files
committed
Fix
1 parent 57b7d0e commit 4c1c352

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/GaletteAuto/PluginGaletteAuto.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
class PluginGaletteAuto extends GalettePlugin implements MenuProviderInterface, DashboardProviderInterface, MemberActionProviderInterface, InstallableInterface
4343
{
4444
#[Inject]
45-
private readonly Db $zdb; //@phpstan-ignore property.uninitializedReadonly (injected from DI)
45+
private readonly Db $zdb; //@phpstan-ignore property.uninitializedReadonly,property.onlyRead (injected from DI)
4646

4747
/**
4848
* Get plugins menus
@@ -213,7 +213,7 @@ public function getListActions(Adherent $member): array
213213
*/
214214
public function getDetailedActions(Adherent $member): array
215215
{
216-
return $this->getListActionsContents($member);
216+
return $this->getListActions($member);
217217
}
218218

219219
/**

0 commit comments

Comments
 (0)