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

@@ -13,13 +13,13 @@ namespace CachetHQ\Cachet\Http\Controllers\Admin;
use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Events\CustomerHasSubscribedEvent;
use CachetHQ\Cachet\Http\Controllers\AbstractController;
use CachetHQ\Cachet\Models\Subscriber;
use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\View;
class SubscriberController extends AbstractController
class SubscriberController extends Controller
{
/**
* Shows the subscribers view.