Remove AbstractController as it does nothing

This commit is contained in:
James Brooks
2015-08-05 15:18:20 +01:00
parent e471796742
commit 8d0a716c2d
8 changed files with 13 additions and 28 deletions

View File

@@ -18,11 +18,12 @@ use CachetHQ\Cachet\Models\Subscriber;
use Carbon\Carbon;
use GrahamCampbell\Binput\Facades\Binput;
use GrahamCampbell\Markdown\Facades\Markdown;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\View;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
class SubscribeController extends AbstractController
class SubscribeController extends BaseController
{
/**
* Show the subscribe by email page.