Skip to content

Commit

Permalink
fix(plugin): load correct plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Nov 8, 2016
1 parent 5ba61f0 commit 548892d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions acf-field-group-composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
* @package ACF_Field_Group_Composer
*/

require_once __DIR__ . '/lib/WPStarter/Helpers.php';
require_once __DIR__ . '/lib/WPStarter/ConstructionPlan.php';
require_once __DIR__ . '/lib/WPStarter/Renderer.php';
require_once __DIR__ . '/lib/ACFComposer/ResolveConfig.php';
require_once __DIR__ . '/lib/ACFComposer/ACFComposer.php';

0 comments on commit 548892d

Please sign in to comment.