Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhihai committed May 5, 2023
1 parent 59232cd commit 62eb4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Excel::export($array)->disk($filesystem)->store('users.xlsx');
// 使用yzh52521/think-filesystem

Excel::export($array)->disk('local')->store('users.xlsx');
$filesystem = \yzh52521\filesystem\facade\Filesystem::disk('local')->getDriver();
// 也可以
$filesystem = \yzh52521\filesystem\facade\Filesystem::disk('local')->getDriver();
Excel::export('users.xlsx')->disk($filesystem)->store('users.xlsx');


Expand Down

0 comments on commit 62eb4b3

Please sign in to comment.