-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #337 Add TODO for deprecated interface Illuminate\Contracts\Validation\Rule was deprecated in laravel/framework v10, should be replaced with ValidationRule once the minimum required version is 10. Signed-off-by: Tobias Grasse <[email protected]> * #337 Pass requestAttribute down to media handling functions Both `addNewMedia` and `addExistingMedia` also call `HandlesExistingMediaTrait::fillMediaCustomPropertiesFromRequest` which requires `$requestAttribute` for nested forms since 079b866 Signed-off-by: Tobias Grasse <[email protected]> * #337 Formatting, reorder imports, add @throws tag Signed-off-by: Tobias Grasse <[email protected]> --------- Signed-off-by: Tobias Grasse <[email protected]>
- Loading branch information
1 parent
6e9344b
commit 6efa2cf
Showing
2 changed files
with
18 additions
and
16 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