[Standards] Updated Codebase to reflect new coding standards. See CONTRIBUTING.md for standards.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* AKA the Management Panel.
|
||||
*/
|
||||
class DashboardController extends Controller {
|
||||
public function showDashboard() {
|
||||
return View::make('dashboard.index');
|
||||
}
|
||||
}
|
||||
namespace CachetHQ\Cachet\Controllers;
|
||||
|
||||
/**
|
||||
* AKA the Management Panel.
|
||||
*/
|
||||
class DashboardController extends Controller {
|
||||
public function showDashboard() {
|
||||
return View::make('dashboard.index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user