Skip to content

Commit

Permalink
Merge pull request #74 from EmilioBravo/patch-get-actions
Browse files Browse the repository at this point in the history
Patch getActions compatibility
  • Loading branch information
jeffgreco13 authored Jun 15, 2022
2 parents 1be55ff + 17360a5 commit 2688481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasBreezyTwoFactor.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function confirmTwoFactor()
$this->showing_two_factor_recovery_codes = true;
}

protected function getActions(): array | null
protected function getActions(): array
{
$actions = parent::getActions() ?? [];
if (config('filament-breezy.enable_2fa')) {
Expand Down

0 comments on commit 2688481

Please sign in to comment.