Test project for media files management.
<?php namespace Illuminate\Contracts\Validation; /** * @deprecated see ValidationRule */ interface ImplicitRule extends Rule { // }