Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • unicaen_authentification
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.0.0
6 results

IndexController.php

Blame
  • 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 [];
    
        }
    }