Adds the DashboardController
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* AKA the Management Panel.
|
||||
*/
|
||||
class DashboardController extends Controller {
|
||||
public function showDashboard() {
|
||||
return 'Coming soon...';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user