PHPDoc the methods
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* AKA the Management Panel.
|
||||
*/
|
||||
class DashboardController extends Controller {
|
||||
/**
|
||||
* Shows the dashboard view.
|
||||
* @return \Illuminate\View\View
|
||||
*/
|
||||
public function showDashboard() {
|
||||
return View::make('dashboard.index');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user