Browse Source

Nom de l'application

refactoring
Guillaume Bourgeois 5 years ago
parent
commit
f4c41a78ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/config/main.php

+ 1
- 1
backend/config/main.php View File



return [ return [
'id' => 'app-backend', 'id' => 'app-backend',
'name' => "Distrib",
'name' => "La boîte à pain",
'basePath' => dirname(__DIR__), 'basePath' => dirname(__DIR__),
'controllerNamespace' => 'backend\controllers', 'controllerNamespace' => 'backend\controllers',
'defaultRoute' => 'site/index', 'defaultRoute' => 'site/index',

Loading…
Cancel
Save