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:
parent
b4ef3b2284
commit
38ed834019
@ -24,5 +24,7 @@ class UpdateSeeder extends Seeder
|
||||
$this->call('PaymentTypesSeeder');
|
||||
$this->call('LanguageSeeder');
|
||||
$this->call('IndustrySeeder');
|
||||
|
||||
Cache::flush();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user