Skip to content

Commit

Permalink
Restore bootstrap file
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Jan 22, 2025
1 parent 4109308 commit b38d9dc
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Bootstrap.
*
* @package automattic/jetpack-classic-theme-helper-plugin
*/

/**
* Include the composer autoloader.
*/
require_once __DIR__ . '/../../vendor/autoload.php';

0 comments on commit b38d9dc

Please sign in to comment.