diff --git a/functions.php b/functions.php index ae6b3475..f7d6f874 100644 --- a/functions.php +++ b/functions.php @@ -15,7 +15,7 @@ /** * Loads the auto loader */ -//include_once( get_template_directory() . '/vendor/autoload.php' ); +include_once( get_template_directory() . '/vendor/autoload.php' ); spl_autoload_register( function ( $class ) { $slug = preg_replace( '/^\\Mimizuku/', '', $class ); $slug = str_replace( '\\', '/', $slug );