Flush cache after running UpdateSeeder
This commit is contained in:
parent
41b24edeb3
commit
e10d8d9c19
1 changed files with 2 additions and 0 deletions
|
|
@ -24,5 +24,7 @@ class UpdateSeeder extends Seeder
|
|||
$this->call('PaymentTypesSeeder');
|
||||
$this->call('LanguageSeeder');
|
||||
$this->call('IndustrySeeder');
|
||||
|
||||
Cache::flush();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue