-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don’t build Flysystem disks until needed
Instantiating those disks actually created directories in the filesystem. This caused problems with `php artisan storage:link` where Croppa would create an empty public/storage immediately before the symlink was created. It was a side effect of the storage class getting booted because it was a dependecy of many classes that get insantiated with artisan.
- Loading branch information
Showing
2 changed files
with
45 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters