mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fix for fonts seeder
This commit is contained in:
parent
024e1eb046
commit
7b5cd4f31c
@ -224,6 +224,7 @@ class FontsSeeder extends Seeder
|
||||
|
||||
foreach ($fonts as $font) {
|
||||
if (!DB::table('fonts')->where('name', '=', $font['name'])->get()) {
|
||||
$font['is_early_access'] = false;
|
||||
Font::create($font);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user