Skip to content

Commit

Permalink
[6.x] Uncomment validationRules method in AssetContainer contract (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Jan 14, 2025
1 parent e80ecde commit c663ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/Assets/AssetContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ public function private();
* @param null|array $rules
* @return array
*/
// public function validationRules($rules = null);
public function validationRules($rules = null);
}

0 comments on commit c663ae0

Please sign in to comment.