Skip to content

Commit 7e1d28d

Browse files
committed
Plugin with helper
1 parent a4df401 commit 7e1d28d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/support/Plugin.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ protected static function getPsr4($event)
9696
*/
9797
protected static function findHelper()
9898
{
99-
// Plugin.php in vendor
100-
$file = __DIR__ . '/../../../../../support/helpers.php';
101-
if (is_file($file)) {
102-
require_once $file;
103-
return;
104-
}
10599
// Plugin.php in webman
106100
require_once __DIR__ . '/helpers.php';
107101
}

0 commit comments

Comments
 (0)