Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/croogo/croogo/Dashboards/config/events.php
<?php

return [
   
'EventHandlers' => [
       
'Croogo/Dashboards.DashboardsEventHandler' => [
           
'options' => [
               
'priority' => 5,
            ],
        ],
    ],
];