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
@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Handlers\Commands\Invite; namespace CachetHQ\Cachet\Handlers\Commands\Invite;
use Carbon\Carbon;
use CachetHQ\Cachet\Commands\Invite\ClaimInviteCommand; use CachetHQ\Cachet\Commands\Invite\ClaimInviteCommand;
use CachetHQ\Cachet\Events\Invite\InviteWasClaimed; use CachetHQ\Cachet\Events\Invite\InviteWasClaimed;
use Carbon\Carbon;
class ClaimInviteCommandHandler class ClaimInviteCommandHandler
{ {
+1 -2
View File
@@ -11,9 +11,8 @@
namespace CachetHQ\Cachet\Http\Controllers; 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\Invite\ClaimInviteCommand;
use CachetHQ\Cachet\Commands\User\SignupUserCommand;
use CachetHQ\Cachet\Facades\Setting; use CachetHQ\Cachet\Facades\Setting;
use CachetHQ\Cachet\Models\Invite; use CachetHQ\Cachet\Models\Invite;
use GrahamCampbell\Binput\Facades\Binput; use GrahamCampbell\Binput\Facades\Binput;
-1
View File
@@ -12,7 +12,6 @@
namespace CachetHQ\Cachet\Models; namespace CachetHQ\Cachet\Models;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Str;
class Invite extends Model class Invite extends Model
{ {
@@ -1,7 +1,16 @@
<?php <?php
use Illuminate\Database\Schema\Blueprint; /*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateInvitesTable extends Migration class CreateInvitesTable extends Migration
{ {