Skip to content

Commit 70dc7c2

Browse files
author
Sebastian Fix
committed
wip
1 parent b190f6d commit 70dc7c2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/Models/Configuration.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ class Configuration extends Model
99
{
1010
use HasFactory;
1111

12-
public array $translatable = [];
13-
1412
protected $casts = [
1513
'section_services' => 'boolean',
1614
'section_products' => 'boolean',
1715
'section_technologies' => 'boolean',
1816
'section_open_source' => 'boolean',
1917
'links' => 'json',
20-
'footer' => 'json',
2118
];
2219
}

0 commit comments

Comments
 (0)