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

View File

@@ -36,7 +36,7 @@ class DashboardController extends Controller
$last_pirep = $this->pirepRepo->find($user->last_pirep_id);
} catch(\Exception $e) { }
return $this->view('dashboard.index', [
return view('dashboard.index', [
'user' => $user,
'last_pirep' => $last_pirep,
]);