Skip to content

Commit

Permalink
Resolved #10, Wrong Vendor path
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta authored Mar 18, 2021
1 parent 812870c commit e521fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Load PSR-4
*/
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/vendor_prefixed/autoload.php';

// Bootstrap Plugin without router.
new Plugin_Name();
Expand Down

0 comments on commit e521fa6

Please sign in to comment.