Skip to content

Commit

Permalink
fix composer autoload path
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardolardi committed May 21, 2024
1 parent dfb7835 commit bff6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VideoDimensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace riccardolardi\craftvideodimensions;

require_once "/var/www/html/vendor/autoload.php";
require_once CRAFT_VENDOR_PATH . '/autoload.php';

use Craft;
use craft\base\Plugin;
Expand Down

0 comments on commit bff6e44

Please sign in to comment.