mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Flush cache after running UpdateSeeder
This commit is contained in:
parent
41b24edeb3
commit
e10d8d9c19
@ -24,5 +24,7 @@ class UpdateSeeder extends Seeder
|
||||
$this->call('PaymentTypesSeeder');
|
||||
$this->call('LanguageSeeder');
|
||||
$this->call('IndustrySeeder');
|
||||
|
||||
Cache::flush();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user