]> _ Git - pmi.git/commitdiff
#2782
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Aug 2019 09:12:36 +0000 (11:12 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Aug 2019 09:12:36 +0000 (11:12 +0200)
app/Console/Commands/CMSMigration.php
update

index 60859bc5c017cc14706182365277f3b785c23338..739b599fdc3d0e3cf13d12cf01befa5136e69d11 100644 (file)
@@ -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 2342e49ed10018f42bbbe2098ec9a1cd63cac751..049b4b4cde3a5bc7538360971b097860060bf68b 100644 (file)
--- a/update
+++ b/update
@@ -2,9 +2,9 @@
 <?php
 echo `composer update -v --no-progress --profile --prefer-dist`;
 echo `composer dump-autoload`;
+echo `php artisan cache:clear`;
 echo `php artisan config:cache`;
-//echo `php artisan view:clear`;
-//echo `php artisan view:cache`;
+echo `php artisan view:cache`;
 #`php artisan vendor:publish --provider="CubistBackpackServiceProvider"`;
 // Database migrations
 //`php artisan vendor:publish --tag=migrations`;