EVOLUTION-MANAGER
Edit File: WithProperties.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithProperties { public function properties(): array; }