Closed ging-dev closed 2 weeks ago
<?php class A { use BTrait; // BTrait on somewhere in /vendor/ public function test() { $this->privateMethod(); // Call to unknown method, privateMethod() from BTrait. } }
Maybe issue with private constant, i guess
thanks! too much optimization) fixed
Maybe issue with private constant, i guess