Skip to content
Prev Previous commit
Next Next commit
styleci
  • Loading branch information
djaiss committed Feb 4, 2018
commit 36cae8bf11c8ca08320db8ccbd0fea95bb52cf8d
1 change: 0 additions & 1 deletion app/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App;

use DB;
use App\Gender;
use Laravel\Cashier\Billable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Collection;
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/ImportCSV.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public function handle()

$this->info("Importing CSV file $file to user {$user->id}");


// create special gender for this import
// we don't know which gender all the contacts are, so we need to create a special status for them, as we
// can't guess whether they are men, women or else.
Expand Down
1 change: 0 additions & 1 deletion app/Gender.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Relations\BelongsTo;

class Gender extends Model
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Controllers/Settings/PersonalizationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
namespace App\Http\Controllers\Settings;

use Validator;
use App\Gender;
use App\ContactFieldType;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Http\Requests\Settings\GendersRequest;

class PersonalizationController extends Controller
{
Expand Down
1 change: 0 additions & 1 deletion config/vue-i18n-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

'langPath' => '/resources/lang',


/*
|--------------------------------------------------------------------------
| Output file
Expand Down
1 change: 0 additions & 1 deletion database/seeds/FakeContentTableSeeder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use App\Gender;
use App\Account;
use App\Contact;
use GuzzleHttp\Client;
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/ImportVCardsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Tests\Unit;

use App\User;
use App\Gender;
use App\Account;
use App\Contact;
use App\Country;
Expand Down