Skip to content

Commit b1c055a

Browse files
committed
Merge pull request #2 from moxie-leean/cpt-classname-fix
Correct Cpt class name
2 parents 376844a + 20d4a4d commit b1c055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cpt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Abstraction to avoid repeated code and create multiple CPT:
1313
*/
14-
class CPT {
14+
class Cpt {
1515
/**
1616
* The singular name of the custom post type.
1717
*

0 commit comments

Comments
 (0)