mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:44:32 -04: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('PaymentTypesSeeder');
|
||||||
$this->call('LanguageSeeder');
|
$this->call('LanguageSeeder');
|
||||||
$this->call('IndustrySeeder');
|
$this->call('IndustrySeeder');
|
||||||
|
|
||||||
|
Cache::flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user