Skip to content

Commit

Permalink
move some modules to /system
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Jan 9, 2019
1 parent 6b10470 commit 1313e44
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 0 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -15,6 +15,19 @@ public function index() {

}

public function add() {

return [
'view' => [
'set' => [
'title' => 'Users'
],
'file' => 'views/add'
]
];

}

}

?>
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions gear/system/modules/user/views/add.php
@@ -0,0 +1 @@
test
File renamed without changes.
File renamed without changes.

0 comments on commit 1313e44

Please sign in to comment.