Skip to content

Commit

Permalink
fixing hardcoded path require statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Sep 3, 2020
1 parent 4ad08bf commit d47fc8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/Core/Tgm.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

namespace Frame\Core;

require_once trailingslashit( get_template_directory() ). 'frame/vendor/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php';
use tgmpa;

class Tgm {

Expand Down

0 comments on commit d47fc8a

Please sign in to comment.