Skip to content

Commit

Permalink
6.1 分离think-filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Oct 24, 2022
1 parent 4c328dc commit 6adce1e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 480 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"php": ">=7.2.5",
"ext-json": "*",
"ext-mbstring": "*",
"league/flysystem": "^1.1.4",
"league/flysystem-cached-adapter": "^1.0",
"psr/log": "~1.0",
"psr/container": "~1.0",
"psr/simple-cache": "^1.0",
Expand Down
1 change: 0 additions & 1 deletion src/think/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class App extends Container
'session' => Session::class,
'validate' => Validate::class,
'view' => View::class,
'filesystem' => Filesystem::class,
'think\DbManager' => Db::class,
'think\LogManager' => Log::class,
'think\CacheManager' => Cache::class,
Expand Down
89 changes: 0 additions & 89 deletions src/think/Filesystem.php

This file was deleted.

54 changes: 0 additions & 54 deletions src/think/filesystem/CacheStore.php

This file was deleted.

144 changes: 0 additions & 144 deletions src/think/filesystem/Driver.php

This file was deleted.

59 changes: 0 additions & 59 deletions src/think/filesystem/driver/Local.php

This file was deleted.

Loading

3 comments on commit 6adce1e

@augushong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新版怎么使用呢?直接完全不依赖了?

@yuanzhihai
Copy link
Contributor

@yuanzhihai yuanzhihai commented on 6adce1e Oct 26, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@augushong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不得手动引入一下依赖?依赖好像没加上吧

Please sign in to comment.