Fix Dutch model table names and seeder status values

- Add explicit $table property to all Eloquent models with Dutch names
- Fix pivot table names in belongsToMany relationships
- Fix seeder: use valid enum values for afhankelijkheden status

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
znetsixe
2026-04-01 14:38:51 +02:00
parent d03fe15542
commit 9dcbeeccc7
19 changed files with 42 additions and 13 deletions

View File

@@ -8,6 +8,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Risico extends Model
{
protected $table = 'risicos';
protected $fillable = [
'project_id',
'beschrijving',