Skip to content

Commit a4adcdc

Browse files
committed
removed constant visibility
1 parent a5004a7 commit a4adcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phalcon/Events/ManagerInterface.zep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Phalcon\Events;
1515
*/
1616
interface ManagerInterface
1717
{
18-
public const DEFAULT_PRIORITY = 100;
18+
const DEFAULT_PRIORITY = 100;
1919
/**
2020
* Attach a listener to the events manager
2121
*

0 commit comments

Comments
 (0)