Skip to content

Commit

Permalink
ListDialplanEvent psr-4 comply
Browse files Browse the repository at this point in the history
Fix Deprecation Notice: Class PAMI\Message\Event\ListDialPlanEvent located in vendor/marcelog/pami/src/PAMI\Message\Event\ListDialplanEvent.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.
  • Loading branch information
nixprosoft authored Apr 6, 2020
1 parent db4b227 commit e3d04ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAMI/Message/Event/ListDialplanEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* @license http://marcelog.github.com/PAMI/ Apache License 2.0
* @link http://marcelog.github.com/PAMI/
*/
class ListDialPlanEvent extends EventMessage
class ListDialplanEvent extends EventMessage
{
/**
* Returns key: 'Context'.
Expand Down

0 comments on commit e3d04ec

Please sign in to comment.