PATH:
home
/
cardxfeb
/
public_html
/
vendor
/
spatie
/
laravel-medialibrary
/
src
/
MediaCollections
/
Exceptions
/
Editing: RequestDoesNotHaveFile.php
<?php namespace Spatie\MediaLibrary\MediaCollections\Exceptions; class RequestDoesNotHaveFile extends FileCannotBeAdded { public static function create(string $key): self { return new static("The current request does not have a file in a key named `{$key}`"); } }
SAVE
CANCEL