From 215025b5f16618616b99a5a3cf7d2a0eb376c69d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 22 Aug 2019 11:12:36 +0200 Subject: [PATCH] #2782 --- app/Console/Commands/CMSMigration.php | 3 --- update | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Console/Commands/CMSMigration.php b/app/Console/Commands/CMSMigration.php index 60859bc..739b599 100644 --- a/app/Console/Commands/CMSMigration.php +++ b/app/Console/Commands/CMSMigration.php @@ -3,12 +3,9 @@ namespace App\Console\Commands; - -use App\Models\Product; use Cubist\Util\ArrayUtil; use Illuminate\Console\Command; use Illuminate\Support\Facades\DB; -use League\Csv\Reader; class CMSMigration extends Command { diff --git a/update b/update index 2342e49..049b4b4 100644 --- a/update +++ b/update @@ -2,9 +2,9 @@