Yarik
/
artbox-basic
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
355d699992d20f051c14680fd205009de5e452f7
Authored by
Alexey Boroda
2017-03-09 19:19:51 +0200
1 parent
8ea2bb09
-ActiveRecord working!
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
common/config/.gitignore
common/config/settings.php
Inline
Side-by-side
common/config/.gitignore
100644 → 100755
Wrap text
Show/Hide comments
View file @
355d699
1
1
main-local.php
2
2
params-local.php
3
3
test-local.php
4
+settings.php
4
5
\ No newline at end of file
...
...
common/config/settings.php
0 → 100755
Wrap text
Show/Hide comments
View file @
355d699
1
+<?php
2
+
3
+return [
4
+ 1 => [
5
+ 'id' => 1,
6
+ 'name' => 'Administrator',
7
+ 'description' => 'Site administrator',
8
+ ],
9
+];
0
10
\ No newline at end of file
...
...