make styleci happy

This commit is contained in:
Craig Ballinger
2019-10-17 22:23:52 -04:00
parent 40d5ffa3d0
commit bc4ebacde7

View File

@@ -28,10 +28,10 @@ use Illuminate\Contracts\Auth\Guard;
use Illuminate\Contracts\Config\Repository; use Illuminate\Contracts\Config\Repository;
use Illuminate\Routing\Controller; use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Config; use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\URL;
use Illuminate\Support\Facades\View; use Illuminate\Support\Facades\View;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Illuminate\Support\Facades\URL;
/** /**
* This is the subscribe controller. * This is the subscribe controller.