Skip to content

Commit

Permalink
增加用户插件依赖 #3323
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Mar 28, 2017
1 parent 76dba41 commit b1c5ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "dev-master@dev"
"miaoxing/app": "dev-master@dev",
"miaoxing/user": "dev-master@dev"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/userLogs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
</script>
<?= $block->end() ?>

<?php require $view->getFile('user:admin/user/richInfo.php') ?>
<?php require $view->getFile('@user/admin/user/richInfo.php') ?>

0 comments on commit b1c5ca5

Please sign in to comment.