Commit 9ab37f67 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression config.local.dist et config.global.dist inutiles.

parent 9e184cbb
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
<?php
/**
 * Configuration globale du module UnicaenTest.
 *
 * If you have a ./config/autoload/ directory set up for your project,
 * drop this config file in it and change the values as you wish.
 */
return [
    'unicaen-test' => [

    ],
];
 No newline at end of file
+0 −12
Original line number Diff line number Diff line
<?php
/**
 * Configuration locale du module UnicaenTest.
 *
 * If you have a ./config/autoload/ directory set up for your project, 
 * drop this config file in it and change the values as you wish.
 */
return [
    'unicaen-test' => [

    ],
];
 No newline at end of file