Skip to content

Commit

Permalink
优化说明
Browse files Browse the repository at this point in the history
  • Loading branch information
WangNingkai committed Nov 17, 2018
1 parent a275301 commit 57ceae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2018.11.16

优化账户绑定流程,后台可直接解绑、绑定
优化账户绑定流程,后台可直接解绑、绑定(建议重新绑定账号)

## 2018.11.15

Expand Down
1 change: 1 addition & 0 deletions app/Console/Commands/OneDrive/Quota.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function handle()
return;
}
$quota[] = quota();
$this->info('Account [' . bind_account() . ']');
$this->table($headers, $quota);
}
}

0 comments on commit 57ceae2

Please sign in to comment.