abrain/einsatzverwaltung

View on GitHub
src/Types/CustomPostType.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace abrain\Einsatzverwaltung\Types;

/**
 * Interface CustomPostType
 * @package abrain\Einsatzverwaltung\Types
 */
interface CustomPostType extends CustomType
{

}