Skip to content

Commit 4e7f576

Browse files
webflojmolivas
authored andcommitted
Fix include path in Extender.php (#8)
1 parent f616513 commit 4e7f576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Explicitly require ExtenderManager here.
1414
// When this package is uninstalled, ExtenderManager needs to be available any
1515
// time this class is available.
16-
require_once 'ExtenderManager.php';
16+
require_once __DIR__ . '/ExtenderManager.php';
1717

1818
class Extender implements PluginInterface, EventSubscriberInterface
1919
{

0 commit comments

Comments
 (0)