belongsTo(User::class, 'user_id'); } protected static function newFactory(): DepartmentFactory { return DepartmentFactory::new(); } }