diff --git a/app/Http/Livewire/News/InternArticleView.php b/app/Http/Livewire/News/InternArticleView.php index c2c3b537..d346b830 100644 --- a/app/Http/Livewire/News/InternArticleView.php +++ b/app/Http/Livewire/News/InternArticleView.php @@ -33,6 +33,9 @@ class InternArticleView extends Component ->count() > 0 && !auth()->check()) { abort(403, __('Sorry! You are not authorized to perform this action.')); } + if ($this->libraryItem->sats && !auth()->check()) { + return to_route('article.overview'); + } if (auth()->check() && auth() ->user() ->paidArticles()