mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:14:40 -04: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) {
|
foreach ($fonts as $font) {
|
||||||
if (!DB::table('fonts')->where('name', '=', $font['name'])->get()) {
|
if (!DB::table('fonts')->where('name', '=', $font['name'])->get()) {
|
||||||
|
$font['is_early_access'] = false;
|
||||||
Font::create($font);
|
Font::create($font);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user