Update skinning with more flexible theme module
This commit is contained in:
@@ -21,7 +21,7 @@ class LatestPilots extends BaseWidget
|
||||
{
|
||||
$userRepo = app(UserRepository::class);
|
||||
|
||||
return $this->view('widgets.latest_pilots', [
|
||||
return view('widgets.latest_pilots', [
|
||||
'config' => $this->config,
|
||||
'users' => $userRepo->recent($this->config['count']),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user