Skip to content

Commit

Permalink
fix: parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Oct 7, 2023
1 parent 26e2b95 commit d2cce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/SocialstreamPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function register(Panel $panel): void
]));

$panel->renderHook('panels::auth.login.form.after', function () {
return Socialstream::show()) ?
return Socialstream::show() ?
view('components.socialstream', [
'errors' => session('errors')?->get('socialstream') ?? [],
]) : '';
Expand Down

0 comments on commit d2cce8b

Please sign in to comment.