Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xiaofeng.yao@yoho.cn
2016-08-29 11:03:39 +0800
Commit
4089e1aaf6ab0122a72bb6e010053101749288de
2 parents
363a3e09
e1f3aaf4
Merge branch 'release'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
console/config/main-local.php
console/config/params-local.php
console/config/main-local.php
0 → 100644
View file @
4089e1a
<?php
return
[
'bootstrap'
=>
[
'gii'
],
'modules'
=>
[
'gii'
=>
'yii\gii\Module'
,
],
];
...
...
console/config/params-local.php
0 → 100644
View file @
4089e1a
<?php
return
[
];
...
...
Please
register
or
login
to post a comment