It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by AshPowell\APAnalytics\Events\TrackAnalytic: $id, $class, $connection, $relations
Loading history...
16
17
public $mongodb_connection;
18
public $collection;
19
public $items;
20
public $userId;
21
public $params;
22
23
/**
24
* Create a new event instance.
25
*
26
* @return void
27
* @param mixed $collection
28
* @param mixed $items
29
* @param mixed $userId
30
* @param mixed $params
31
*/
32
public function __construct($collection, $items, $userId, $params)