Bert Bredewold

Results 2 issues of Bert Bredewold

### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...

bug

## 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)`...