Update skinning with more flexible theme module

This commit is contained in:
Nabeel Shahzad
2018-03-11 18:00:42 -05:00
parent 03c15473b9
commit f05e37767f
50 changed files with 216 additions and 80 deletions
+1 -1
View File
@@ -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']),
]);