Crvi/app/views/Intervenant_View.php
2026-01-20 07:54:37 +01:00

10 lines
228 B
PHP

<?php
namespace ESI_CRVI_AGENDA\views;
class Intervenant_View {
/**
* La vue des intervenants est gérée par le Custom Post Type WordPress.
*/
public function __construct() {}
public function init() {}
}