Skip to content

Commit

Permalink
Fix include path in Extender.php (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored and jmolivas committed May 2, 2017
1 parent f616513 commit 4e7f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extender.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Explicitly require ExtenderManager here.
// When this package is uninstalled, ExtenderManager needs to be available any
// time this class is available.
require_once 'ExtenderManager.php';
require_once __DIR__ . '/ExtenderManager.php';

class Extender implements PluginInterface, EventSubscriberInterface
{
Expand Down

0 comments on commit 4e7f576

Please sign in to comment.