1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 05:32:39 +01:00

Flush cache after running UpdateSeeder

This commit is contained in:
Hillel Coren 2016-11-09 16:18:50 +02:00
parent b4ef3b2284
commit 38ed834019

View File

@ -24,5 +24,7 @@ class UpdateSeeder extends Seeder
$this->call('PaymentTypesSeeder');
$this->call('LanguageSeeder');
$this->call('IndustrySeeder');
Cache::flush();
}
}