framework icon indicating copy to clipboard operation
framework copied to clipboard

Let Storage::fake() accept enum as disk name

Open bbredewold opened this issue 4 days ago • 0 comments

Current

Currently, Storage::fake() only accepts a string.

New

This update allows Storage::fake() to accept backed Enums for the disk name, aligning its behavior with Storage::disk().

Storage::disk(Disk::Local)Storage::fake(Disk::Local)

bbredewold avatar Dec 10 '25 22:12 bbredewold