Skip to content

Commit 288552d

Browse files
committed
Add default structure
1 parent a22160f commit 288552d

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

assets/acf/json/.gitkeep

Whitespace-only changes.

assets/acf/php/.gitkeep

Whitespace-only changes.

components/blocks/.gitkeep

Whitespace-only changes.

components/loops/.gitkeep

Whitespace-only changes.

components/parts/.gitkeep

Whitespace-only changes.

inc/Services/Acf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Acf implements Service {
2020
/**
2121
* @var string
2222
*/
23-
private $path = 'src/acf/php/';
23+
private $path = 'assets/acf/php/';
2424

2525
/**
2626
* @param Service_Container $container

0 commit comments

Comments
 (0)