Fix for fonts seeder
This commit is contained in:
parent
024e1eb046
commit
7b5cd4f31c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue