mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Added view count tracking with personalised lists
This commit is contained in:
@ -17,7 +17,7 @@ class ActivityService
|
||||
public function __construct(Activity $activity)
|
||||
{
|
||||
$this->activity = $activity;
|
||||
$this->user = Auth::user();
|
||||
$this->user = auth()->user();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user