Applied fixes from StyleCI

This commit is contained in:
Joe Cohen
2015-11-08 14:46:05 -05:00
committed by Joseph Cohen
parent 448f13e671
commit d82bc57796
4 changed files with 12 additions and 5 deletions

View File

@@ -11,9 +11,8 @@
namespace CachetHQ\Cachet\Http\Controllers;
use AltThree\Validator\ValidationException;
use CachetHQ\Cachet\Commands\User\SignupUserCommand;
use CachetHQ\Cachet\Commands\Invite\ClaimInviteCommand;
use CachetHQ\Cachet\Commands\User\SignupUserCommand;
use CachetHQ\Cachet\Facades\Setting;
use CachetHQ\Cachet\Models\Invite;
use GrahamCampbell\Binput\Facades\Binput;