Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Patterson committed Jun 1, 2021
1 parent 5ce8656 commit dfb38a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php

// Allows for extending functions in the parent theme.
require_once('lib/Helpers.php');

// For composer dependencies
require_once get_template_directory() . '/vendor/autoload.php';
require_once get_template_directory().'/vendor/autoload.php';
require_once 'vendor/autoload.php';

if (class_exists('Handle\\Init')) :
Expand Down

0 comments on commit dfb38a0

Please sign in to comment.