OwlCyberSecurity - MANAGER
Edit File: WithEvents.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithEvents { /** * @return array */ public function registerEvents(): array; }