Change post_type name
Some checks failed
PHP Code Checker / PHP Code Checker (pull_request) Failing after 50s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Failing after 56s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Failing after 54s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Failing after 58s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Failing after 59s

This commit is contained in:
André Menrath 2024-12-31 14:49:51 +01:00
parent 454f489815
commit c7bd884f57

View file

@ -46,7 +46,7 @@ class Event_Sources {
/** /**
* The custom post type. * The custom post type.
*/ */
const POST_TYPE = 'ebap_event_source'; const POST_TYPE = 'activitypub_event_source';
/** /**
* Init. * Init.