Remove AbstractController from remaining and rename BaseController to Controller

This commit is contained in:
Joseph Cohen
2015-08-05 17:18:51 -05:00
parent 5813364ccb
commit d68b248fd7
17 changed files with 34 additions and 34 deletions

View File

@@ -11,11 +11,11 @@
namespace CachetHQ\Cachet\Http\Controllers\Admin;
use CachetHQ\Cachet\Http\Controllers\AbstractController;
use CachetHQ\Cachet\Models\Component;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\View;
class DashboardController extends AbstractController
class DashboardController extends Controller
{
/**
* Shows the dashboard view.