framework
framework copied to clipboard
Let Storage::fake() accept enum as disk name
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) ✅