Skip to content

Commit 9892af8

Browse files
committed
Fixed a bug with TraitProxy
1 parent cf3c15e commit 9892af8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: src/Proxy/TraitProxy.php

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ class TraitProxy extends ClassProxy
2828
*/
2929
protected static $traitAdvices = [];
3030

31-
/**
32-
* Overridden static property for TraitProxy
33-
*
34-
* {@inheritDoc}
35-
*/
36-
protected static $invocationClassMap = [];
37-
3831
/**
3932
* Inject advices for given trait
4033
*

0 commit comments

Comments
 (0)