We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4df401 commit 7e1d28dCopy full SHA for 7e1d28d
1 file changed
src/support/Plugin.php
@@ -96,12 +96,6 @@ protected static function getPsr4($event)
96
*/
97
protected static function findHelper()
98
{
99
- // Plugin.php in vendor
100
- $file = __DIR__ . '/../../../../../support/helpers.php';
101
- if (is_file($file)) {
102
- require_once $file;
103
- return;
104
- }
105
// Plugin.php in webman
106
require_once __DIR__ . '/helpers.php';
107
}
0 commit comments