Select Git revision
IndexController.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
IndexController.php 228 B
<?php
namespace UnicaenIdref\Controller;
use Laminas\Mvc\Controller\AbstractActionController;
class IndexController extends AbstractActionController
{
public function indexAction(): array
{
return [];
}
}