Skip to content

Commit 17bc8c0

Browse files
authored
fix: fixed on not add event handler for phar build
1 parent 800002c commit 17bc8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/PharCompiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ class PharCompiler
112112
* @var \Closure[] Some events. if you want to get some info on packing.
113113
*/
114114
private $events = [
115-
'add' => 1,
116-
'error' => 1,
115+
'add' => 0,
116+
'error' => 0,
117117
];
118118

119119
/**

0 commit comments

Comments
 (0)