Code cleanup.

This commit is contained in:
James Cole
2016-03-03 09:05:09 +01:00
parent 8da0317b19
commit 4a88e241b5
12 changed files with 2 additions and 25 deletions

View File

@@ -14,7 +14,6 @@ use Carbon\Carbon;
use FireflyIII\Models\ExportJob;
use FireflyIII\User;
use Illuminate\Support\Str;
use Log;
/**
* Class ExportJobRepository
@@ -33,7 +32,6 @@ class ExportJobRepository implements ExportJobRepositoryInterface
*/
public function __construct(User $user)
{
Log::debug('Constructed bill repository for user #' . $user->id . ' (' . $user->email . ')');
$this->user = $user;
}