Skip to content

Commit

Permalink
prepend __DIR__ to vendor/autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kshaner committed Sep 1, 2022
1 parent 1e4a9c7 commit ac2d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace Jarvis;

require_once 'vendor/autoload.php';
require_once __DIR__ . '/vendor/autoload.php';

define( 'JARVIS_PATH', __DIR__ );
define( 'JARVIS_URI', plugins_url( '', __FILE__ ) );
Expand Down

0 comments on commit ac2d213

Please sign in to comment.