| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class DashboardController extends Controller |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return \Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View |
||
| 11 | */ |
||
| 12 | public function show() |
||
| 13 | { |
||
| 14 | return view('chief::admin.dashboard'); |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return \Illuminate\Contracts\View\Factory|\Illuminate\Contracts\View\View |
||
| 19 | */ |
||
| 20 | public function gettingStarted() |
||
| 23 | } |
||
| 24 | } |
||
| 25 |